Skip to content

Commit

Permalink
fix: fix minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankLi123 committed Sep 12, 2024
1 parent de91282 commit ede7567
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions schema/metadata/governance.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func (r GovernanceVoteAction) Type() schema.Type {
}

const (
ActionGovernanceFor GovernanceVoteAction = iota + 1
ActionGovernanceAgainst
ActionGovernanceAbstain
ActionGovernanceVoteFor GovernanceVoteAction = iota + 1
ActionGovernanceVoteAgainst
ActionGovernanceVoteAbstain
)

0 comments on commit ede7567

Please sign in to comment.