Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-zaremba committed Mar 25, 2024
1 parent 8997618 commit a72302b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions x/auction/codec.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ import (
var (
amino = codec.NewLegacyAmino()

// ModuleCdc references the global x/uibc module codec. Note, the codec
// should ONLY be used in certain instances of tests and for JSON encoding as
// Amino is still used for that purpose.
// ModuleCdc references the global x/auction module codec.
ModuleCdc = codec.NewAminoCodec(amino)
)

Expand Down

0 comments on commit a72302b

Please sign in to comment.