Skip to content

Commit

Permalink
fix: role for slashing name
Browse files Browse the repository at this point in the history
  • Loading branch information
madlabman committed Feb 22, 2024
1 parent b17881e commit 43242ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CSModule.sol
Original file line number Diff line number Diff line change
Expand Up @@ -1242,7 +1242,7 @@ contract CSModule is ICSModule, CSModuleBase, AccessControlEnumerable {
uint256 keyIndex
)
external
onlyRole(WITHDRAWAL_SUBMITTER_ROLE)
onlyRole(SLASHING_SUBMITTER_ROLE)
onlyExistingNodeOperator(nodeOperatorId)
{
NodeOperator storage no = _nodeOperators[nodeOperatorId];
Expand Down

0 comments on commit 43242ce

Please sign in to comment.