Skip to content

Commit

Permalink
fix: remove unused OnlySlasher error (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
neutiyoo authored Jan 31, 2025
1 parent ff8068e commit eef70d9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/interfaces/IServiceManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ interface IServiceManagerErrors {
error OnlyRewardsInitiator();
/// @notice Thrown when a function is called by an address that is not the StakeRegistry.
error OnlyStakeRegistry();
/// @notice Thrown when a function is called by an address that is not the Slasher.
error OnlySlasher();
/// @notice Thrown when a slashing proposal delay has not been met yet.
error DelayPeriodNotPassed();
}
Expand Down

0 comments on commit eef70d9

Please sign in to comment.