Some proposals cannot be executed via Governance::execute()
When one proposal is succeed, we can queue the proposal and execute it via execute() function. The problem is that some proposals need to transfer some native ether to execute. But we miss the payable
in the execute() function. This will cause that some proposals which include some native ether will fail to be executed via Governance::execute().
Governance::execute() cannot work as expected for some proposals which need to transfer some native token.
Manual
Add payable
into Governance::execute()
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.