Skip to content

Commit

Permalink
tf modify-metadata use symbol w/ Metadata (#897)
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups authored Dec 16, 2023
1 parent 5592c35 commit db78f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/tokenfactory/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ func NewModifyDenomMetadataCmd() *cobra.Command {

bankMetadata := banktypes.Metadata{
Description: desc,
Display: fullDenom,
Display: ticker,
Symbol: ticker,
Name: fullDenom,
DenomUnits: []*banktypes.DenomUnit{
Expand Down

0 comments on commit db78f2a

Please sign in to comment.