Skip to content

Commit 09e1895

Browse files
authored
Fix typo in gov precompile IGov.sol (cosmos#237)
Lines 24/25 `NoWithWeto` >> `NoWithVeto`
1 parent 0e511d3 commit 09e1895

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

precompiles/gov/IGov.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ enum VoteOption {
2121
Abstain,
2222
// No defines a no vote option.
2323
No,
24-
// NoWithWeto defines a no with veto vote option.
25-
NoWithWeto
24+
// NoWithVeto defines a no with veto vote option.
25+
NoWithVeto
2626
}
2727
/// @dev WeightedVote represents a vote on a governance proposal
2828
struct WeightedVote {

0 commit comments

Comments
 (0)