This commit is contained in:
Thrilok kumar 2024-05-12 15:25:21 +05:30
parent 6eb8005972
commit e8da88c09c

View File

@ -282,7 +282,8 @@ contract PayloadIGP19 {
require( require(
msg.sender == PROPOSER || msg.sender == PROPOSER ||
msg.sender == TEAM_MULTISIG || msg.sender == TEAM_MULTISIG ||
address(this) == PROPOSER_AVO_MULTISIG, address(this) == PROPOSER_AVO_MULTISIG ||
address(this) == PROPOSER_AVO_MULTISIG_2,
"msg.sender-not-allowed" "msg.sender-not-allowed"
); );