mirror of
https://github.com/Instadapp/dsa-governance.git
synced 2024-07-29 22:27:52 +00:00
fix
This commit is contained in:
parent
6eb8005972
commit
e8da88c09c
|
@ -282,7 +282,8 @@ contract PayloadIGP19 {
|
|||
require(
|
||||
msg.sender == PROPOSER ||
|
||||
msg.sender == TEAM_MULTISIG ||
|
||||
address(this) == PROPOSER_AVO_MULTISIG,
|
||||
address(this) == PROPOSER_AVO_MULTISIG ||
|
||||
address(this) == PROPOSER_AVO_MULTISIG_2,
|
||||
"msg.sender-not-allowed"
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user