Skip to content

Commit

Permalink
bandoracle cdc changed
Browse files Browse the repository at this point in the history
  • Loading branch information
cgsingh33 committed Oct 25, 2023
1 parent 354db97 commit 3c8663d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x/bandoracle/types/codec.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ func RegisterInterfaces(registry cdctypes.InterfaceRegistry) {

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

0 comments on commit 3c8663d

Please sign in to comment.