We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e511d3 commit 09e1895Copy full SHA for 09e1895
precompiles/gov/IGov.sol
@@ -21,8 +21,8 @@ enum VoteOption {
21
Abstain,
22
// No defines a no vote option.
23
No,
24
- // NoWithWeto defines a no with veto vote option.
25
- NoWithWeto
+ // NoWithVeto defines a no with veto vote option.
+ NoWithVeto
26
}
27
/// @dev WeightedVote represents a vote on a governance proposal
28
struct WeightedVote {
0 commit comments