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
cardano-cli query utxo
cardano-cli query utxo --address validaddress
Text output does not contain newlines
TxHash TxIx Amount--------------------------------------------------------------------------------------d6431f005e1fb2ee6e97023bde9261daa62e52155c7e67f81536784650605697 0 600000000000 lovelace + TxOutDatumNone
The text output table is properly formatted. Possibly it's a regression after #611
The text was updated successfully, but these errors were encountered:
Add missing newlines to cardano-cli query utxo output
3a779ec
Text output is missing newlines after title line and underline. Fixes #619
a1673d5
smelc
Successfully merging a pull request may close this issue.
Description
Steps to Reproduce
cardano-cli query utxo --address validaddress
against the correct address in the network.Actual result
Text output does not contain newlines
Expected result
The text output table is properly formatted. Possibly it's a regression after #611
The text was updated successfully, but these errors were encountered: