From c23a68d65f5410ffbc8ea745fa90842268be2959 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Thu, 1 Dec 2022 21:42:12 +0900 Subject: [PATCH] Revert: Create descriptors wallets on 24.0 --- Bitcoin/24.0/docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bitcoin/24.0/docker-entrypoint.sh b/Bitcoin/24.0/docker-entrypoint.sh index ca98f6a..2b19659 100755 --- a/Bitcoin/24.0/docker-entrypoint.sh +++ b/Bitcoin/24.0/docker-entrypoint.sh @@ -27,7 +27,7 @@ if [[ "$1" == "bitcoin-cli" || "$1" == "bitcoin-tx" || "$1" == "bitcoind" || "$1 CONFIG_PREFIX="${CONFIG_PREFIX}${NL}walletdir=${WALLETDIR}${NL}" if ! [[ -f "${WALLETFILE}" ]]; then echo "The wallet does not exists, creating it at ${WALLETDIR}..." - gosu bitcoin bitcoin-wallet "-datadir=${WALLETDIR}" "-wallet=" create + gosu bitcoin bitcoin-wallet "-datadir=${WALLETDIR}" "-legacy" "-wallet=" create fi fi