-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
rpcclient: add more wallet commands #1645
rpcclient: add more wallet commands #1645
Conversation
Pull Request Test Coverage Report for Build 297467423Warning: This coverage report may be inaccurate.We've detected an issue with your CI configuration that might affect the accuracy of this pull request's coverage report.
💛 - Coveralls |
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.
Looks good. Just needs some cosmetic changes.
a822075
to
37b4510
Compare
@onyb I've addressed your comments. |
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.
My previous review was not so thorough, so here's a second pass.
Agreed with @onyb's comments then this one will be good to go in. |
Implement backupwallet, dumpwallet, loadwallet and unloadwallet.
37b4510
to
2f12fc0
Compare
@onyb @jcvernaleo I've addressed your comments! |
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.
Looks all good now!
OK
Implement backupwallet, dumpwallet, loadwallet and unloadwallet.