Skip to content

Commit 752f3a8

Browse files
committed
tests/docker: Configure bitcoind with --fallbackfee
1 parent 335591f commit 752f3a8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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}
7+
: ${BITCOIND_OPT:=-debug=rpc --printtoconsole=0 --fallbackfee 0.00001}
88

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

test/prelude.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ mkdir -p $BTC_DIR
4242
cat >$BTC_DIR/bitcoin.conf <<EOL
4343
regtest=1
4444
printtoconsole=0
45+
fallbackfee=0.00001
4546
4647
[regtest]
4748
rpcport=`get-port`

0 commit comments

Comments
 (0)