Skip to content

Commit d5cca9e

Browse files
committed
docker: Fix typo
1 parent 157a2e8 commit d5cca9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ trap 'kill `jobs -p`' SIGTERM
44

55
: ${NETWORK:=testnet}
66
: ${LIGHTNINGD_OPT:=--log-level=debug}
7-
: ${BITCOIND_OPT:=-debug=rpc --printtoconsole=0 --fallbackfee 0.00001}
7+
: ${BITCOIND_OPT:=-debug=rpc --printtoconsole=0 --fallbackfee=0.00001}
88

99
[[ "$NETWORK" == "mainnet" ]] && NETWORK=bitcoin
1010

0 commit comments

Comments
 (0)