Skip to content

Commit

Permalink
fuzz/types/parsecoin: use ParseCoinNormalized (#9149)
Browse files Browse the repository at this point in the history
  • Loading branch information
cuonglm authored and odeke-em committed Jul 22, 2021
1 parent 6748206 commit df1475b
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 df1475b

Please sign in to comment.