We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 157a2e8 commit d5cca9eCopy full SHA for d5cca9e
bin/docker-entrypoint.sh
@@ -4,7 +4,7 @@ trap 'kill `jobs -p`' SIGTERM
4
5
: ${NETWORK:=testnet}
6
: ${LIGHTNINGD_OPT:=--log-level=debug}
7
-: ${BITCOIND_OPT:=-debug=rpc --printtoconsole=0 --fallbackfee 0.00001}
+: ${BITCOIND_OPT:=-debug=rpc --printtoconsole=0 --fallbackfee=0.00001}
8
9
[[ "$NETWORK" == "mainnet" ]] && NETWORK=bitcoin
10
0 commit comments