mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
fix travis: regtest tests were failing with bitcoind 0.20
see https://github.com/bitcoin/bitcoin/pull/16524
This commit is contained in:
parent
725b6f1564
commit
2580832a88
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ rpcpassword=donkey
|
||||||
rpcallowip=127.0.0.1
|
rpcallowip=127.0.0.1
|
||||||
zmqpubrawblock=tcp://127.0.0.1:28332
|
zmqpubrawblock=tcp://127.0.0.1:28332
|
||||||
zmqpubrawtx=tcp://127.0.0.1:28333
|
zmqpubrawtx=tcp://127.0.0.1:28333
|
||||||
|
fallbackfee=0.0002
|
||||||
[regtest]
|
[regtest]
|
||||||
rpcbind=0.0.0.0
|
rpcbind=0.0.0.0
|
||||||
rpcport=18554
|
rpcport=18554
|
||||||
|
|
Loading…
Add table
Reference in a new issue