Skip to content

Commit

Permalink
feat: submit withdrawal base method
Browse files Browse the repository at this point in the history
  • Loading branch information
skhomuti authored and madlabman committed Jan 11, 2024
1 parent b195225 commit 7bdeaed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CSModule.sol
Original file line number Diff line number Diff line change
Expand Up @@ -967,6 +967,7 @@ contract CSModule is ICSModule, CSModuleBase {

if (
no.isTargetLimitActive &&
// TODO: totalExited or totalWithdrawn?
vetKeysPointer > (no.totalExitedKeys + no.targetLimit)
) revert TargetLimitExceeded();
if (no.stuckValidatorsCount > 0) revert StuckKeysPresent();
Expand Down

0 comments on commit 7bdeaed

Please sign in to comment.