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.
ACK 786b3a7c44437aedb46a7e21ee54a18ba2802d9b
Recompiled with only BDB and verified test no longer fails.