mirror of
https://github.com/bisq-network/bisq.git
synced 2025-01-19 05:44:05 +01:00
Remove legacy bitcoind txindex param from apitest harness
It was put there thinking it would be needed by the test harness and suites, which work fine without it, and it must be removed before API test harness can run against bitcoin-core v23. See https://github.com/bitcoin/bitcoin/pull/22626#issuecomment-893220371
This commit is contained in:
parent
0ced87cd22
commit
0b66c2f9a2
@ -52,7 +52,6 @@ public class BitcoinDaemon extends AbstractLinuxProcess implements LinuxProcess
|
|||||||
+ " -daemon"
|
+ " -daemon"
|
||||||
+ " -regtest=1"
|
+ " -regtest=1"
|
||||||
+ " -server=1"
|
+ " -server=1"
|
||||||
+ " -txindex=1"
|
|
||||||
+ " -peerbloomfilters=1"
|
+ " -peerbloomfilters=1"
|
||||||
+ " -debug=net"
|
+ " -debug=net"
|
||||||
+ " -fallbackfee=0.0002"
|
+ " -fallbackfee=0.0002"
|
||||||
|
Loading…
Reference in New Issue
Block a user