-
Notifications
You must be signed in to change notification settings - Fork 38.8k
[Wallet] Trivial cleanup of HD wallet changes #8443
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
Conversation
|
I think you can use func because the wallet seems a place where a lot Anyway, concept ACK |
src/wallet/wallet.cpp
Outdated
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.
AddKeyPubKey failed, not AddKey. And it can't "fail" at all right now 8)
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.
The goal was to keep this in case some refactoring makes it possible that it fails.
e3e706f to
a81e77e
Compare
|
Fixed nits. |
src/wallet/wallet.cpp
Outdated
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.
: missing?
a81e77e to
a575426
Compare
|
Fixed @paveljanik's nit. |
|
ACK a575426 |
|
utACK a575426 |
|
@laanwj Anything holding this back? |
src/wallet/wallet.cpp
Outdated
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.
You shouldn't prefix CWallet:: here
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.
Removed the prefix.
a575426 to
7e5d94d
Compare
|
utACK 7e5d94d |
7e5d94d [Wallet] Trivial cleanup of HD wallet changes (Jonas Schnelli)
Github-Pull: bitcoin#8443 Rebased-From: 7e5d94d
Trivial cleanup.
Reported by @MarcoFalke and @dooglus.