Skip to content

Commit d6753ed

Browse files
neutiyoo0xClandestine
authored andcommitted
fix: remove unused OnlySlasher error (#376)
1 parent 64e44f9 commit d6753ed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/interfaces/IServiceManager.sol

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ interface IServiceManagerErrors {
1919
error OnlyRewardsInitiator();
2020
/// @notice Thrown when a function is called by an address that is not the StakeRegistry.
2121
error OnlyStakeRegistry();
22-
/// @notice Thrown when a function is called by an address that is not the Slasher.
23-
error OnlySlasher();
2422
/// @notice Thrown when a slashing proposal delay has not been met yet.
2523
error DelayPeriodNotPassed();
2624
}

0 commit comments

Comments
 (0)