Skip to content

Commit

Permalink
Remove legacy bitcoind txindex param from apitest harness
Browse files Browse the repository at this point in the history
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 bitcoin/bitcoin#22626 (comment)
  • Loading branch information
ghubstan committed May 19, 2022
1 parent 0ced87c commit 0b66c2f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ public void start() throws InterruptedException, IOException {
+ " -daemon"
+ " -regtest=1"
+ " -server=1"
+ " -txindex=1"
+ " -peerbloomfilters=1"
+ " -debug=net"
+ " -fallbackfee=0.0002"
Expand Down

0 comments on commit 0b66c2f

Please sign in to comment.