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:
parent
408486ac9c
commit
43ee7668ab
@ -290,6 +290,7 @@ in {
|
|||||||
echo "Create watch-only wallet ${cfg.rpcWalletFile}"
|
echo "Create watch-only wallet ${cfg.rpcWalletFile}"
|
||||||
if ! output=$(${bitcoind.cli}/bin/bitcoin-cli -named createwallet \
|
if ! output=$(${bitcoind.cli}/bin/bitcoin-cli -named createwallet \
|
||||||
wallet_name="${cfg.rpcWalletFile}" \
|
wallet_name="${cfg.rpcWalletFile}" \
|
||||||
|
descriptors=false \
|
||||||
${optionalString (!bitcoind.regtest) "disable_private_keys=true"} 2>&1
|
${optionalString (!bitcoind.regtest) "disable_private_keys=true"} 2>&1
|
||||||
); then
|
); then
|
||||||
# Ignore error if bitcoind wallet already exists
|
# Ignore error if bitcoind wallet already exists
|
||||||
|
Loading…
Reference in New Issue
Block a user