Skip to content

Commit

Permalink
fix: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasRalee committed Jul 10, 2024
1 parent cf41efd commit a462cf7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export default class MsgSetDenomMetadata extends MsgBase<
metadata.symbol = params.metadata.symbol
metadata.uri = params.metadata.uri
metadata.uriHash = params.metadata.uriHash
metadata.decimals = params.metadata.decimals

const message = InjectiveTokenFactoryV1Beta1Tx.MsgSetDenomMetadata.create()

Expand Down

0 comments on commit a462cf7

Please sign in to comment.