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:
ghubstan 2022-05-19 15:56:37 -03:00
parent 0ced87cd22
commit 0b66c2f9a2
No known key found for this signature in database
GPG Key ID: E35592D6800A861E

View File

@ -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"