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
flow-c1 transaction get doesn't produce any output when the -o json option is included.
flow-c1 transaction get
-o json
flow-c1 transactions get bfaf924f2c01ccd0fba40a0bb7d6fbd0f900169e454e38da218843505a41ed69 -o json -n testnet produces no output but, flow-c1 transactions get bfaf924f2c01ccd0fba40a0bb7d6fbd0f900169e454e38da218843505a41ed69 -n testnet works.
flow-c1 transactions get bfaf924f2c01ccd0fba40a0bb7d6fbd0f900169e454e38da218843505a41ed69 -o json -n testnet
flow-c1 transactions get bfaf924f2c01ccd0fba40a0bb7d6fbd0f900169e454e38da218843505a41ed69 -n testnet
The -o json should produce a json output.
This was flagged by Binance.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Problem
flow-c1 transaction get
doesn't produce any output when the-o json
option is included.Steps to Reproduce
flow-c1 transactions get bfaf924f2c01ccd0fba40a0bb7d6fbd0f900169e454e38da218843505a41ed69 -o json -n testnet
produces no outputbut,
flow-c1 transactions get bfaf924f2c01ccd0fba40a0bb7d6fbd0f900169e454e38da218843505a41ed69 -n testnet
works.
Acceptance Criteria
The
-o json
should produce a json output.Context
This was flagged by Binance.
The text was updated successfully, but these errors were encountered: