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
Will dispute the severity, but the solution from GovernorBravo is :
uintlatestProposalId=latestProposalIds[proposer];if(latestProposalId!=0){ProposalStateproposersLatestProposalState=state(latestProposalId);require(proposersLatestProposalState!=ProposalState.Active,"GovernorBravo::proposeInternal: one live proposal per proposer, found an already active proposal");require(proposersLatestProposalState!=ProposalState.Pending,"GovernorBravo::proposeInternal: one live proposal per proposer, found an already pending proposal");}
The text was updated successfully, but these errors were encountered:
Will dispute the severity, but the solution from
GovernorBravo
is :The text was updated successfully, but these errors were encountered: