Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate denom-authority-metadata query command #4784

Closed
larry0x opened this issue Mar 29, 2023 · 0 comments · Fixed by #4819
Closed

Duplicate denom-authority-metadata query command #4784

larry0x opened this issue Mar 29, 2023 · 0 comments · Fixed by #4819

Comments

@larry0x
Copy link
Contributor

larry0x commented Mar 29, 2023

There are two copies of the denom-authority-metadata CLI query command:

$ osmosisd q tokenfactory
Querying commands for the tokenfactory module

Usage:
  osmosisd query tokenfactory [command]
  
Available Commands:
  denom-authority-metadata Get the authority metadata for a specific denom
  denom-authority-metadata Get the authority metadata for a specific denom
  params                   Get the params for the x/tokenfactory module

Use "osmosisd query tokenfactory [command] --help" for more information about a command.

Code:

osmocli.AddQueryCmd(cmd, types.NewQueryClient, GetCmdDenomAuthorityMetadata)
osmocli.AddQueryCmd(cmd, types.NewQueryClient, GetCmdDenomAuthorityMetadata)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants