Skip to content

Commit

Permalink
chore: remove unused event
Browse files Browse the repository at this point in the history
  • Loading branch information
madlabman committed Dec 10, 2024
1 parent bf6afc5 commit 8cf4d89
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/interfaces/ICSModule.sol
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,6 @@ interface ICSModule is IQueueLib, INOAddresses, IAssetRecovererLib {
uint256 amount,
bytes pubkey
);
event InitialSlashingSubmitted(
uint256 indexed nodeOperatorId,
uint256 keyIndex,
bytes pubkey
);

event PublicRelease();
event KeyRemovalChargeSet(uint256 amount);
Expand Down

0 comments on commit 8cf4d89

Please sign in to comment.