Skip to content
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

wallet: remove unused 'accept_no_keys' arg from decryption process #29375

Merged

Conversation

furszy
Copy link
Member

@furszy furszy commented Feb 3, 2024

Found it while reviewing other PR. Couldn't contain myself from cleaning it up.

The wallet decryption process (CheckDecryptionKey() and Unlock())
contains an arg 'accept_no_keys,' introduced in #13926, that has
never been used.
Additionally, this also removes the unimplemented SplitWalletPath
function.

The wallet decryption process (CheckDecryptionKey() and Unlock())
contains an arg 'accept_no_keys,' introduced in bitcoin#13926, that has
never been used.
Additionally, this also removes the unimplemented SplitWalletPath
function.
@DrahtBot
Copy link
Contributor

DrahtBot commented Feb 3, 2024

The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.

Code Coverage

For detailed information about the code coverage, see the test coverage report.

Reviews

See the guideline for information on the review process.

Type Reviewers
ACK delta1, epiccurious, theStack, achow101

If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update.

Conflicts

Reviewers, this pull request conflicts with the following ones:

  • #28710 (Remove the legacy wallet and BDB dependency by achow101)
  • #26606 (wallet: Implement independent BDB parser by achow101)
  • #26596 (wallet: Migrate legacy wallets to descriptor wallets without requiring BDB by achow101)

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.

@delta1
Copy link

delta1 commented Feb 4, 2024

ACK 2bb25ce

Nice cleanup.

@epiccurious
Copy link

utACK 2bb25ce.

Copy link
Contributor

@theStack theStack left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code-review ACK 2bb25ce

@achow101
Copy link
Member

achow101 commented Feb 6, 2024

ACK 2bb25ce

@achow101 achow101 merged commit 03d95cc into bitcoin:master Feb 6, 2024
16 checks passed
@furszy furszy deleted the 2024_wallet_saturday_garbage_collector branch February 6, 2024 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants