Skip to content

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

Merged
achow101 merged 1 commit intobitcoin:masterfrom
furszy:2024_wallet_saturday_garbage_collector
Feb 6, 2024
Merged

wallet: remove unused 'accept_no_keys' arg from decryption process#29375
achow101 merged 1 commit intobitcoin:masterfrom
furszy:2024_wallet_saturday_garbage_collector

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
Contributor

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
@furszy furszy deleted the 2024_wallet_saturday_garbage_collector branch February 6, 2024 18:08
@bitcoin bitcoin locked and limited conversation to collaborators Feb 5, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants