Skip to content

Commit

Permalink
fuzz/types/parsecoin: use ParseCoinNormalized (cosmos#9149)
Browse files Browse the repository at this point in the history
  • Loading branch information
cuonglm authored and elias-orijtech committed May 6, 2022
1 parent 6386812 commit e51464e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzz/types/parsecoin/fuzz.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
)

func Fuzz(data []byte) int {
_, err := types.ParseCoin(string(data))
_, err := types.ParseCoinNormalized(string(data))
if err != nil {
return 0
}
Expand Down

0 comments on commit e51464e

Please sign in to comment.