We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c094504 commit eac2b84Copy full SHA for eac2b84
1 file changed
docker/bitcoin-node-healthcheck.sh
@@ -6,7 +6,7 @@ case "$BITCOIN_NETWORK" in
6
mainnet) NETWORK="" ;;
7
signet) NETWORK="-signet" ;;
8
testnet) NETWORK="-testnet" ;;
9
- regtest|"") NETWORK="-regtest" ;; regtest is the default
+ regtest|"") NETWORK="-regtest" ;; # regtest is the default
10
*)
11
echo "Unknown BITCOIN_NETWORK: $BITCOIN_NETWORK"
12
exit 1
0 commit comments