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 4, 2024
1 parent 890ab12 commit b552865
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 b552865

Please sign in to comment.