From 2580832a8857c346ee0d1af2520ccb0ca29343cc Mon Sep 17 00:00:00 2001 From: SomberNight Date: Wed, 17 Jun 2020 18:11:18 +0200 Subject: [PATCH] fix travis: regtest tests were failing with bitcoind 0.20 see https://github.com/bitcoin/bitcoin/pull/16524 --- electrum/tests/regtest/start_bitcoind.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/electrum/tests/regtest/start_bitcoind.sh b/electrum/tests/regtest/start_bitcoind.sh index 0baec0125..f6a19ffc6 100755 --- a/electrum/tests/regtest/start_bitcoind.sh +++ b/electrum/tests/regtest/start_bitcoind.sh @@ -11,6 +11,7 @@ rpcpassword=donkey rpcallowip=127.0.0.1 zmqpubrawblock=tcp://127.0.0.1:28332 zmqpubrawtx=tcp://127.0.0.1:28333 +fallbackfee=0.0002 [regtest] rpcbind=0.0.0.0 rpcport=18554