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
The command will fail with exit code 1 but no error.
gaiacli keys add abc_key ... gaiad init ... gaiad gentx --name xyz_key ...
gaiacli keys add abc_key ...
gaiad init ...
gaiad gentx --name xyz_key ...
The text was updated successfully, but these errors were encountered:
Which command exactly @faboweb? You have three listed there. I think we know init is broken. Anything wrong with keys?
init
Sorry, something went wrong.
Check whether key passed with --name exists before redirecting to tx …
f2b3887
…create-validator Closes: #2804
Addressed in my PR
alessio
No branches or pull requests
Summary of Bug
The command will fail with exit code 1 but no error.
Steps to Reproduce
gaiacli keys add abc_key ...
gaiad init ...
gaiad gentx --name xyz_key ...
For Admin Use
The text was updated successfully, but these errors were encountered: