Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
codchen committed Jul 28, 2023
1 parent 137e6ec commit 1198c0f
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions x/tokenfactory/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,18 +162,7 @@ func NewSetDenomMetadataCmd() *cobra.Command {
Use: "set-denom-metadata [metadata-file] [flags]",
Short: "Set metadata for a factory-created denom. Must have admin authority to do so.",
Long: strings.TrimSpace(
`Submit a parameter proposal along with an initial deposit.
The proposal details must be supplied via a JSON file. For values that contains
objects, only non-empty fields will be updated.
IMPORTANT: Currently parameter changes are evaluated but not validated, so it is
very important that any "value" change is valid (ie. correct type and within bounds)
for its respective parameter, eg. "MaxValidators" should be an integer and not a decimal.
Proper vetting of a parameter change proposal should prevent this from happening
(no deposits should occur during the governance process), but it should be noted
regardless.
`
Example:
$ seid tx tokenfactory set-denom-metadata <path/to/metadata.json> --from=<key_or_address>
Expand Down

0 comments on commit 1198c0f

Please sign in to comment.