Skip to content

Commit

Permalink
updated docs for governor votes, 0 is against not for (#2915)
Browse files Browse the repository at this point in the history
* updated docs for governor votes, 0 is against not for

* Revert unecessary changelog entry

Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
  • Loading branch information
PatrickAlphaC and Amxx committed Oct 18, 2021
1 parent 88e4b69 commit 0db97c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/governance/IGovernor.sol
Expand Up @@ -73,7 +73,7 @@ abstract contract IGovernor is IERC165 {
*
* There are 2 standard keys: `support` and `quorum`.
*
* - `support=bravo` refers to the vote options 0 = For, 1 = Against, 2 = Abstain, as in `GovernorBravo`.
* - `support=bravo` refers to the vote options 0 = Against, 1 = For, 2 = Abstain, as in `GovernorBravo`.
* - `quorum=bravo` means that only For votes are counted towards quorum.
* - `quorum=for,abstain` means that both For and Abstain votes are counted towards quorum.
*
Expand Down

0 comments on commit 0db97c9

Please sign in to comment.