Skip to content

Conversation

@achow101
Copy link
Member

The createwallet test for some invalid parameters incorrectly always creates a descriptor wallet. This is unnecessary and also breaks the test when bdb is not compiled in.

Fixes #25007

The createwallet teswt for some invalid parameters incorrectly always
creates a descriptor wallet. This is unnecessary and also breaks the
test when bdb is not compiled in.
@fanquake fanquake added the Tests label Apr 27, 2022
Copy link
Contributor

@jacobpfickes jacobpfickes left a comment

Choose a reason for hiding this comment

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

ACK 786b3a7

Recompiled with only BDB and verified test no longer fails.

@maflcko maflcko merged commit 4381681 into bitcoin:master Apr 28, 2022
sidhujag pushed a commit to syscoin/syscoin that referenced this pull request Apr 29, 2022
…in wallet_createwallet

786b3a7 tests: Do not always create a descriptor wallet in wallet_createwallet (Andrew Chow)

Pull request description:

  The createwallet test for some invalid parameters incorrectly always creates a descriptor wallet. This is unnecessary and also breaks the test when bdb is not compiled in.

  Fixes bitcoin#25007

ACKs for top commit:
  jacobpfickes:
    ACK 786b3a7

Tree-SHA512: 97b0953a08adf83d5ea84cac2651253d790b43d606a2f746dd45d3ccd1fb576bab63e3835e3de592715ef8a5cb133e6f19a3ab810fedf4684072143c3cb578d4
luke-jr pushed a commit to luke-jr/bitcoin that referenced this pull request May 21, 2022
The createwallet teswt for some invalid parameters incorrectly always
creates a descriptor wallet. This is unnecessary and also breaks the
test when bdb is not compiled in.

Github-Pull: bitcoin#25011
Rebased-From: 786b3a7
@bitcoin bitcoin locked and limited conversation to collaborators Apr 28, 2023
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.

wallet_createwallet.py --legacy-wallet fails on a system with only bdb installed

4 participants