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 ba9954d commit bdff0b3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/CSModule.sol
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,6 @@ contract CSModule is
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 bdff0b3

Please sign in to comment.