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? 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
When signing a message with gaiacli tx sign using the --from flag to define the key to sign the message, it throws an error:
gaiacli tx sign
--from
ERROR: required flag "name" has not been set
Using --name instead of --from works. However, this flag is not used anymore.
--name
Also, Documentation and --help suggest, that --from is the correct flag (which is the default throughout the SDK).
--help
The text was updated successfully, but these errors were encountered:
Thanks @fkbenjamin for creating the issue. Indeed I noticed this recently and we should update this.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Summary of Bug
When signing a message with
gaiacli tx sign
using the--from
flag to define the key to sign the message, it throws an error:ERROR: required flag "name" has not been set
Using
--name
instead of--from
works. However, this flag is not used anymore.Also, Documentation and
--help
suggest, that--from
is the correct flag (which is the default throughout the SDK).For Admin Use
The text was updated successfully, but these errors were encountered: