Skip to content

Commit

Permalink
docs: comment update for finding 24
Browse files Browse the repository at this point in the history
  • Loading branch information
shaspitz committed Oct 25, 2024
1 parent fd8838c commit 090802b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ contract MevCommitAVS is IMevCommitAVS, MevCommitAVSStorage,

/// @dev Allows a validator to deregister from the MevCommitAVS.
/// @notice For each validator the underlying _deregisterValidator enforces the sender is either
/// the podOwner, delegated operator, or the contract owner.
/// the podOwner or delegated operator for that validator.
function deregisterValidators(bytes[] calldata valPubKeys)
external whenNotPaused() onlyRegisteredValidators(valPubKeys) onlyPodOwnerOrOperatorOfValidators(valPubKeys) {
uint256 len = valPubKeys.length;
Expand Down

0 comments on commit 090802b

Please sign in to comment.