-
Notifications
You must be signed in to change notification settings - Fork 712
New issue
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
wallet_info
display nothing when passing --json
CLI option
#1825
Comments
Are there other commands that display nothing ? |
Every command that return an |
Ok so it would be usefull if node_testnet_rewards_program_ownership_proof wallet_generate_private_key wallet_add_private_keys also returned something
|
do we have wallet_remove_address ? if not, it should be added |
#1124 was closed because that command was already implemented but without the confirmation check. I did not include it in the previous list as anyway it returns nothing |
1857: Delete `rust-toolchain` file r=yvan-sraka a=yvan-sraka 1860: Ci/fix-bors-success-failed r=yvan-sraka a=yvan-sraka 1862: Resolve #1825: `wallet_info` display nothing when passing `--json` CLI option r=yvan-sraka a=yvan-sraka Co-authored-by: Yvan Sraka <yvan@sraka.xyz>
Maybe something like that [{"addressxxxxxxxxxxxxxxxx": {private_key: "xxxxxxxxxxx", public_key: "xxxxxxxxxxx"}]
Originally posted by @AureliaDolo in #1789 (comment)
The text was updated successfully, but these errors were encountered: