Skip to content

Commit

Permalink
(fix) Added token decimals to the MsgSetDenomMetadata example
Browse files Browse the repository at this point in the history
  • Loading branch information
aarmoa committed Jul 10, 2024
1 parent c644192 commit 2aae7cb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ func main() {
Symbol: "INJTEST",
URI: "http://injective-test.com/icon.jpg",
URIHash: "",
Decimals: tokenDecimals,
}

message := new(tokenfactorytypes.MsgSetDenomMetadata)
Expand Down

0 comments on commit 2aae7cb

Please sign in to comment.