Skip to content

Commit

Permalink
chore: update isQueueDirty comment
Browse files Browse the repository at this point in the history
  • Loading branch information
madlabman committed Nov 23, 2023
1 parent a54b8a5 commit b32e184
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CSModule.sol
Original file line number Diff line number Diff line change
Expand Up @@ -876,6 +876,8 @@ contract CSModule is IStakingModule, CSModuleBase {
return queue.list(pointer, maxItems);
}

/// @dev it is dirty if it contains a batch with unvetted keys
/// or with invalid nonce
/// @dev returns the next pointer to start check from
function isQueueDirty(
uint256 maxItems,
Expand Down

0 comments on commit b32e184

Please sign in to comment.