Submitted by hake
https://github.com/Plex-Engineer/lending-market/blob/755424c1f9ab3f9f0408443e6606f94e4f08a990/contracts/Governance/GovernorBravoDelegate.sol#L115
state() function cannot be called to view proposal state if proposalId == 0.
There is no check to prevent queueing a proposalId with a value of 0 via the queue() function.
However, in the state() function there is a check preventing using a proposalId == 0.
For clarity: initialProposalId must be zero according to _initiate(), therefore, proposalId cannot be 0 according to check below.
Implement check to preventing queueing a proposalId == 0.
nivasan1 (Canto) disputed and commented:
Alex the Entreprenerd (judge) commented:
