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

gaiacli tx send --to and --amount flags should be required #2547

Closed
4 tasks
alessio opened this issue Oct 21, 2018 · 0 comments
Closed
4 tasks

gaiacli tx send --to and --amount flags should be required #2547

alessio opened this issue Oct 21, 2018 · 0 comments
Labels

Comments

@alessio
Copy link
Contributor

alessio commented Oct 21, 2018

Summary of Bug

$ gaiacli tx send --chain-id=test --from=foo 
ERROR: decoding Bech32 address failed: must provide an address
$ gaiacli tx send --chain-id=test --from=foo --to cosmos19vmrnge8hh8le3jggajaggglgpq5v9asgxy3g7 
Password to sign with 'foo':
ERROR: {"codespace":1,"code":11,"abci_code":65547,"message":"Error{invalid coins}"}

The former should explain better what's wrong, e.g. mention the --to flag. The latter should just not happen.


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant