Skip to content

Commit

Permalink
removed unused modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
soloseng committed Sep 17, 2024
1 parent d993e1a commit be3358d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/protocol/contracts-0.8/governance/Validators.sol
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,6 @@ contract Validators is
_;
}

modifier onlyEpochManager() {
require(msg.sender == address(getEpochManager()), "Only epoch manager can call");
_;
}

/**
* @notice Sets initialized == true on implementation contracts
* @param test Set to true to skip implementation initialization
Expand Down

0 comments on commit be3358d

Please sign in to comment.