We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff8068e commit eef70d9Copy full SHA for eef70d9
src/interfaces/IServiceManager.sol
@@ -19,8 +19,6 @@ interface IServiceManagerErrors {
19
error OnlyRewardsInitiator();
20
/// @notice Thrown when a function is called by an address that is not the StakeRegistry.
21
error OnlyStakeRegistry();
22
- /// @notice Thrown when a function is called by an address that is not the Slasher.
23
- error OnlySlasher();
24
/// @notice Thrown when a slashing proposal delay has not been met yet.
25
error DelayPeriodNotPassed();
26
}
0 commit comments