Skip to content

Commit

Permalink
Merge pull request #6214 from ghubstan/remove-bitcoind-txindex-param
Browse files Browse the repository at this point in the history
Remove legacy bitcoind txindex param from apitest harness
  • Loading branch information
ripcurlx authored May 30, 2022
2 parents d390af8 + 0b66c2f commit ad15fcd
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 ad15fcd

Please sign in to comment.