From 0b66c2f9a2644bc45970edfce3831757db77526b Mon Sep 17 00:00:00 2001 From: ghubstan <36207203+ghubstan@users.noreply.github.com> Date: Thu, 19 May 2022 15:56:37 -0300 Subject: [PATCH] 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 --- apitest/src/main/java/bisq/apitest/linux/BitcoinDaemon.java | 1 - 1 file changed, 1 deletion(-) diff --git a/apitest/src/main/java/bisq/apitest/linux/BitcoinDaemon.java b/apitest/src/main/java/bisq/apitest/linux/BitcoinDaemon.java index 4deaa8863c2..35f0858ea14 100644 --- a/apitest/src/main/java/bisq/apitest/linux/BitcoinDaemon.java +++ b/apitest/src/main/java/bisq/apitest/linux/BitcoinDaemon.java @@ -52,7 +52,6 @@ public void start() throws InterruptedException, IOException { + " -daemon" + " -regtest=1" + " -server=1" - + " -txindex=1" + " -peerbloomfilters=1" + " -debug=net" + " -fallbackfee=0.0002"