-
Notifications
You must be signed in to change notification settings - Fork 38.6k
wallet: Refactor WalletRescanReserver to use wallet reference #18601
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
|
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. ConflictsReviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first. |
8566545 to
8f1b825
Compare
|
@MarcoFalke fixed. |
|
ACK 8f1b82561cae2fcc78bce6ca7bab81cd9561cf14 |
|
@promag Are you still working on this? If not, it can be closed. |
8f1b825 to
fc289b7
Compare
|
@MarcoFalke rebased. |
|
ACK fc289b7 |
Summary: Backport of Core [[bitcoin/bitcoin#18601 | PR18601]] Test Plan: ninja all check-all Reviewers: #bitcoin_abc, Fabien Reviewed By: #bitcoin_abc, Fabien Differential Revision: https://reviews.bitcoinabc.org/D7519
Simple refactor to
WalletRescanReserverto use wallet reference instead of pointer.Complements #18259.