Skip to content

Commit

Permalink
Fix amino for tokenfactory (#147)
Browse files Browse the repository at this point in the history
Co-authored-by: Grinion <>
  • Loading branch information
vinhphuctadang authored Aug 17, 2023
1 parent 4ddea94 commit 7f970bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chain/tokenfactory/types/codec.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func RegisterInterfaces(registry cdctypes.InterfaceRegistry) {

var (
amino = codec.NewLegacyAmino()
ModuleCdc = codec.NewProtoCodec(cdctypes.NewInterfaceRegistry())
ModuleCdc = codec.NewAminoCodec(amino)
)

func init() {
Expand Down

0 comments on commit 7f970bb

Please sign in to comment.