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
In
cosmos-sdk/client/context/query.go
Line 262 in 44b695c
Response
Just run gaiacli send --json <args> <params>.
gaiacli send --json <args> <params>
The text was updated successfully, but these errors were encountered:
@melekes any updates on getting tags parsed in TM?
Sorry, something went wrong.
Fix CLI commands JSON output
3ceccfa
When running with --json, commands should produce correctly JSON-encoded output. Closes: #2265
/cc @ebuchman @alexanderbez @cwgoes
@alexanderbez I am sorry. Can I get a little more context?
Sorry @melekes no longer a concern 👍
alessio
No branches or pull requests
Summary of Bug
In
cosmos-sdk/client/context/query.go
Line 262 in 44b695c
Response
field of the command's output is in string format. It should be encoded in JSON.Steps to Reproduce
Just run
gaiacli send --json <args> <params>
.For Admin Use
The text was updated successfully, but these errors were encountered: