Update contracts/payloads/IGP7/PayloadIGP7.sol

Co-authored-by: bergben <bergben@tutanota.com>
This commit is contained in:
Thrilok kumar 2024-02-10 01:49:11 +05:30 committed by GitHub
parent 8601033c81
commit c29eb93461
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -174,7 +174,7 @@ contract PayloadIGP7 {
require(TIMELOCK.admin() == address(GOVERNOR), "Timelock-wrong-admin");
// Verify 9 : Verify Timelock Pending Admin
require(TIMELOCK.pendingAdmin() == address(0), "Old-timelock-wrong-pending-admin");
require(TIMELOCK.pendingAdmin() == address(0), "Timelock-wrong-pending-admin");
// Verify 10 : Verify Treasury remove of old timelock
require(TREASURY.isAuth(address(OLD_TIMELOCK)) == false, "Treasury-old-timelock-not-removed");