Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Barichek committed May 31, 2021
1 parent 6f806a0 commit 5e3e49a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/contracts/ZkSync.sol
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ contract ZkSync is UpgradeableMaster, Storage, Config, Events, ReentrancyGuard {
approvedUpgradeNoticePeriod = 2 weeks;
}
}
if (msg.sender == SECURITY_COUNCIL_1_WEEKS_ADDRESS) {
if (msg.sender == SECURITY_COUNCIL_1_WEEK_ADDRESS) {
if (approvedUpgradeNoticePeriod > 1 weeks) {
approvedUpgradeNoticePeriod = 1 weeks;
}
Expand Down

0 comments on commit 5e3e49a

Please sign in to comment.