Skip to content

Commit

Permalink
Update x/gov/client/utils/utils.go
Browse files Browse the repository at this point in the history
Co-authored-by: Marko <markobaricevic3778@gmail.com>
  • Loading branch information
sunnya97 and tac0turtle authored Feb 12, 2021
1 parent 47f7502 commit 8847157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/gov/client/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func NormalizeVoteOption(option string) string {
}
}

// NormalizeWeightedVoteOptions - normalize normalize vote options param string
// NormalizeWeightedVoteOptions - normalize vote options param string
func NormalizeWeightedVoteOptions(options string) string {
newOptions := []string{}
for _, option := range strings.Split(options, ",") {
Expand Down

0 comments on commit 8847157

Please sign in to comment.