Skip to content

Commit

Permalink
fix: remove unused error
Browse files Browse the repository at this point in the history
  • Loading branch information
AnshuJalan committed Jun 20, 2024
1 parent 3303b12 commit 0e7f488
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions SmartContracts/src/interfaces/IPreconfTaskManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ interface IPreconfTaskManager {
error InvalidLookaheadPointer();
/// @dev The block proposer is not the assigned preconfer for the current slot/timestamp
error SenderIsNotThePreconfer();
/// @dev The block proposer has not set themselves as first preconfer in the lookahead they are updating
error SenderMustBeTheFirstEntryInLookaheadSetParams();
/// @dev The preconfer in the lookahead set params is not registered to the AVS
error SenderNotRegisteredInAVS();
/// @dev The timestamp in the lookahead is not of a valid future slot in the present epoch
Expand Down

0 comments on commit 0e7f488

Please sign in to comment.