mirror of
https://github.com/Instadapp/dsa-governance.git
synced 2024-07-29 22:27:52 +00:00
added small condition
This commit is contained in:
parent
751ccf6762
commit
c4b88b4c3a
|
@ -248,7 +248,7 @@ contract PayloadIGP9 {
|
||||||
}
|
}
|
||||||
|
|
||||||
function propose(string memory description) external {
|
function propose(string memory description) external {
|
||||||
require(msg.sender == PROPOSER, "msg.sender-not-proposer");
|
require(msg.sender == PROPOSER || msg.sender == TEAM_MULTISIG, "msg.sender-not-proposer-or-multisig");
|
||||||
|
|
||||||
uint256 totalActions = 1;
|
uint256 totalActions = 1;
|
||||||
address[] memory targets = new address[](totalActions);
|
address[] memory targets = new address[](totalActions);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user