Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
fix(hd-wallet): enable/withdraw using any account'/change/address_index #1933
fix(hd-wallet): enable/withdraw using any account'/change/address_index #1933
Changes from 26 commits
8963ff3
6dfe271
9e5d92e
8ac79d7
5581805
abaf8a5
77f32b1
b66cf69
40b5baa
28e0fc4
e94dcb5
0db8ba4
7a95512
b7d4e44
5143cfc
80a0b6d
53d5e74
9265cfa
8016af1
afd268e
b6a465b
2346095
e34f75f
30b237a
fc444c6
5324bca
afe2e08
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just an idea for the future: it might be worth adding
derivation_path/address
argument to thedisplay_priv_key
RPC.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the idea, a way to import/export private keys is planned for the future so this is the way to achieve the exporting part. Added it to a checklist #1838 (comment)
It should be allowed to specify which level of the derivation path to export/display a private key for too. Exporting public key/s should be added too.