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

[Bug]: q bank send-enabled behavior don't match help description #20023

Closed
1 task done
yihuang opened this issue Apr 12, 2024 · 0 comments · Fixed by #20028
Closed
1 task done

[Bug]: q bank send-enabled behavior don't match help description #20023

yihuang opened this issue Apr 12, 2024 · 0 comments · Fixed by #20028
Labels
good first issue T:Bug T:Docs Changes and features related to documentation.

Comments

@yihuang
Copy link
Collaborator

yihuang commented Apr 12, 2024

Is there an existing issue for this?

  • I have searched the existing issues

What happened?

q bank send-enabled only support exactly one parameter, don't support query all denoms or multiple denoms as described in the help screen.

Cosmos SDK Version

0.50

How to reproduce?

In help screen it says:

$ ./simappd q bank send-enabled --help
Query for send enabled entries that have been specifically set.

To look up one or more specific denoms, supply them as arguments to this command.
To look up all denoms, do not provide any arguments.

Usage:
  simd query bank send-enabled [denom1 ...] [flags]

But in reality:

$ ./simappd q bank send-enabled
accepts 1 arg(s), received 0
$ ./simappd q bank send-enabled denom1 denom2
accepts 1 arg(s), received 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue T:Bug T:Docs Changes and features related to documentation.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants