electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 2580832a8857c346ee0d1af2520ccb0ca29343cc
parent 725b6f15649c4f93dedfa2c241b6cbf7a82a65f0
Author: SomberNight <somber.night@protonmail.com>
Date:   Wed, 17 Jun 2020 18:11:18 +0200

fix travis: regtest tests were failing with bitcoind 0.20

see https://github.com/bitcoin/bitcoin/pull/16524

Diffstat:
Melectrum/tests/regtest/start_bitcoind.sh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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