Skip to content

Commit

Permalink
add a third random godoc
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat committed May 14, 2024
1 parent 15aac19 commit 817605e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/tokenfactory/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ func (AppModuleBasic) Name() string {
return types.ModuleName
}

// RegisterLegacyAminoCodec registers the x/tokenfactory module's types for the given codec.
func (AppModuleBasic) RegisterLegacyAminoCodec(cdc *codec.LegacyAmino) {
types.RegisterLegacyAminoCodec(cdc)
}
Expand Down

0 comments on commit 817605e

Please sign in to comment.