-
Notifications
You must be signed in to change notification settings - Fork 37.3k
wallet, refactor: Remove Legacy wallet unused warnings and errors #32481
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
base: master
Are you sure you want to change the base?
wallet, refactor: Remove Legacy wallet unused warnings and errors #32481
Conversation
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. Code Coverage & BenchmarksFor details see: https://corecheck.dev/bitcoin/bitcoin/pulls/32481. ReviewsSee the guideline for information on the review process. 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. |
🚧 At least one of the CI tasks failed. HintsTry to run the tests locally, according to the documentation. However, a CI failure may still
Leave a comment here, if you need help tracking down a confusing failure. |
a483558
to
e66e9ee
Compare
1c0ab13
to
3909051
Compare
Remove dead code due to legacy wallet removal.
SetupGeneration was supposed to be the function that all SPKMs used to setup automatic generation, but it didn't work out that way and ended up being legacy only. It should be deleted at this point.
3909051
to
dbc8427
Compare
Addressed feedback removing unnecessary descriptor wallet checks. |
Remove dead code due to legacy wallet support removal.