We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
$ 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.
--to
The text was updated successfully, but these errors were encountered:
Mark --to and --amount flags required for gaiacli tx send
a4c7faa
Closes: #2547
No branches or pull requests
Summary of Bug
The former should explain better what's wrong, e.g. mention the
--to
flag. The latter should just not happen.For Admin Use
The text was updated successfully, but these errors were encountered: