joinmarket: explicitly create no descriptor wallet

The default value of `descriptors` has changed from `false` to `true` in
Bitcoin Core 23.0.
This commit is contained in:
Jonas Nick 2022-05-05 12:50:19 +00:00
parent 408486ac9c
commit 43ee7668ab
No known key found for this signature in database
GPG Key ID: 4861DBF262123605
1 changed files with 1 additions and 0 deletions

View File

@ -290,6 +290,7 @@ in {
echo "Create watch-only wallet ${cfg.rpcWalletFile}"
if ! output=$(${bitcoind.cli}/bin/bitcoin-cli -named createwallet \
wallet_name="${cfg.rpcWalletFile}" \
descriptors=false \
${optionalString (!bitcoind.regtest) "disable_private_keys=true"} 2>&1
); then
# Ignore error if bitcoind wallet already exists