Skip to content

Commit

Permalink
Updated reference
Browse files Browse the repository at this point in the history
  • Loading branch information
yahgwai committed Oct 11, 2024
1 parent 65d95fa commit 2838626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/security-council-mgmt/SecurityCouncilManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ contract SecurityCouncilManager is
function postUpgradeInit(uint256 _minRotationPeriod, address minRotationPeriodSetter)
external
{
require(msg.sender == ProxyUtil.getProxyAdmin(), "NOT_FROM_ADMIN");
require(msg.sender == getProxyAdmin(), "NOT_FROM_ADMIN");
require(minRotationPeriod == 0, "MIN_ROTATION_ALREADY_SET");

_grantRole(MIN_ROTATION_PERIOD_SETTER_ROLE, minRotationPeriodSetter);
Expand Down

0 comments on commit 2838626

Please sign in to comment.