Update contracts/payloads/IGP7/PayloadIGP7.sol

Co-authored-by: bergben <bergben@tutanota.com>
This commit is contained in:
Thrilok kumar 2024-02-09 19:17:48 +05:30 committed by GitHub
parent cf107a56ba
commit 55a96e9229
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -162,7 +162,7 @@ contract PayloadIGP7 {
require(GOVERNOR.timelock() == address(TIMELOCK), "Governor-wrong-timelock");
// Verify 5 : Verify Governor Pending Admin
require(GOVERNOR.pendingAdmin() == address(0), "Governor-wrong-timelock");
require(GOVERNOR.pendingAdmin() == address(0), "Governor-wrong-pending-admin");
// Verify 6 : Verify Old Timelock Admin
require(OLD_TIMELOCK.admin() == address(GOVERNOR), "Old-timelock-wrong-admin");