Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-zaremba committed Mar 25, 2024
1 parent 16660c4 commit e63ea3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion x/auction/codec.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func init() {
amino.Seal()
}

// RegisterLegacyAminoCodec registers the necessary x/uibc interfaces and
// RegisterLegacyAminoCodec registers the necessary x/auction interfaces and
// concrete types on the provided LegacyAmino codec. These types are used for
// Amino JSON serialization.
func RegisterLegacyAminoCodec(cdc *codec.LegacyAmino) {
Expand Down
2 changes: 1 addition & 1 deletion x/ugov/codec.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func init() {
amino.Seal()
}

// RegisterLegacyAminoCodec registers the necessary x/uibc interfaces and
// RegisterLegacyAminoCodec registers the necessary x/ugov interfaces and
// concrete types on the provided LegacyAmino codec. These types are used for
// Amino JSON serialization.
func RegisterLegacyAminoCodec(cdc *codec.LegacyAmino) {
Expand Down

0 comments on commit e63ea3c

Please sign in to comment.