Browse Source

fix travis: regtest tests were failing with bitcoind 0.20

see https://github.com/bitcoin/bitcoin/pull/16524
bip39-recovery
SomberNight 5 years ago
parent
commit
2580832a88
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 1
      electrum/tests/regtest/start_bitcoind.sh

1
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

Loading…
Cancel
Save