proposal that has already expired as failed can become passed (and executed) simply by changing minWeight. This is probably not expected as it enables someone to execute proposals which were long expired.
Need some method to delete failed proposals... Contract has a method cancelProposal but it requires creating another proposal
|
function cancelProposal(PropId propId) external onlyOwner { |
proposal that has already expired as failed can become passed (and executed) simply by changing minWeight. This is probably not expected as it enables someone to execute proposals which were long expired.
Need some method to delete failed proposals... Contract has a method
cancelProposalbut it requires creating another proposalordao/contracts/packages/orec/contracts/Orec.sol
Line 283 in 22a4f6b