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 335591f commit 752f3a8Copy full SHA for 752f3a8
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}
+: ${BITCOIND_OPT:=-debug=rpc --printtoconsole=0 --fallbackfee 0.00001}
8
9
[[ "$NETWORK" == "mainnet" ]] && NETWORK=bitcoin
10
test/prelude.sh
@@ -42,6 +42,7 @@ mkdir -p $BTC_DIR
42
cat >$BTC_DIR/bitcoin.conf <<EOL
43
regtest=1
44
printtoconsole=0
45
+fallbackfee=0.00001
46
47
[regtest]
48
rpcport=`get-port`
0 commit comments