Skip to content

Commit

Permalink
tests/docker: Configure bitcoind with --fallbackfee
Browse files Browse the repository at this point in the history
  • Loading branch information
shesek committed Jun 14, 2020
1 parent 335591f commit 752f3a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ trap 'kill `jobs -p`' SIGTERM

: ${NETWORK:=testnet}
: ${LIGHTNINGD_OPT:=--log-level=debug}
: ${BITCOIND_OPT:=-debug=rpc --printtoconsole=0}
: ${BITCOIND_OPT:=-debug=rpc --printtoconsole=0 --fallbackfee 0.00001}

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

Expand Down
1 change: 1 addition & 0 deletions test/prelude.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ mkdir -p $BTC_DIR
cat >$BTC_DIR/bitcoin.conf <<EOL
regtest=1
printtoconsole=0
fallbackfee=0.00001
[regtest]
rpcport=`get-port`
Expand Down

0 comments on commit 752f3a8

Please sign in to comment.