You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kei from Gnosis was interested in deploying a DAO with a minimumDaoBounty = 0, the voting machine configuration is pasted below. It seems strange that the smart contracts would prohibit this, and it should be something that's at the user's discretion to set properly as long as it's >= 0.
Requested Code Change: require(_params[8] >= 0, "minimumDaoBounty should be >= 0");
Kei from Gnosis was interested in deploying a DAO with a minimumDaoBounty = 0, the voting machine configuration is pasted below. It seems strange that the smart contracts would prohibit this, and it should be something that's at the user's discretion to set properly as long as it's >= 0.
Requested Code Change:
require(_params[8] >= 0, "minimumDaoBounty should be >= 0");
Original Code:
infra/contracts/votingMachines/GenesisProtocolLogic.sol
Line 263 in a09e9a5
Config:
The text was updated successfully, but these errors were encountered: