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
Forked from #2874
Refactor gaiad gentx so that it does not call gaiacli tx sign anymore. It should use underlying signing functions instead.
gaiad gentx
gaiacli tx sign
The text was updated successfully, but these errors were encountered:
Don't call gaiacli tx sign. Use utils.SignStdTx() instead.
cc4a3da
This is to avoid command redirection and reduce the use of viper's global variables. Closes: #2875
72c9589
Merge PR #2881: Don't call gaiacli tx sign. Use utils.SignStdTx() ins…
4c36b0f
…tead. This is to avoid command redirection and reduce the use of viper's global variables. Closes: #2875
alessio
No branches or pull requests
Forked from #2874
Summary of Bug
Refactor
gaiad gentx
so that it does not callgaiacli tx sign
anymore. It should use underlying signing functions instead.For Admin Use
The text was updated successfully, but these errors were encountered: