Skip to content

Commit 74e90da

Browse files
committed
refactor: remove override
1 parent aa863b8 commit 74e90da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SlashingRegistryCoordinator.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ contract SlashingRegistryCoordinator is
240240
function deregisterOperator(
241241
address operator,
242242
uint32[] memory operatorSetIds
243-
) external override onlyAllocationManager onlyWhenNotPaused(PAUSED_DEREGISTER_OPERATOR) {
243+
) external onlyAllocationManager onlyWhenNotPaused(PAUSED_DEREGISTER_OPERATOR) {
244244
require(operatorSetsEnabled, OperatorSetsNotEnabled());
245245
bytes memory quorumNumbers = _getQuorumNumbers(operatorSetIds);
246246
_deregisterOperator(operator, quorumNumbers);

0 commit comments

Comments
 (0)