URI: 
       tfix travis: regtest tests were failing with bitcoind 0.20 - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 2580832a8857c346ee0d1af2520ccb0ca29343cc
   DIR parent 725b6f15649c4f93dedfa2c241b6cbf7a82a65f0
  HTML 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:
         M electrum/tests/regtest/start_bitco… |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/electrum/tests/regtest/start_bitcoind.sh b/electrum/tests/regtest/start_bitcoind.sh
       t@@ -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