From 20934c285eecac9b1f8aa72532b36f46886b977f Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Wed, 10 Dec 2014 15:21:05 -0800 Subject: [PATCH] potentially fix txindex check. --- src/bitcoindjs.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bitcoindjs.cc b/src/bitcoindjs.cc index da9c43c2..ed066c87 100644 --- a/src/bitcoindjs.cc +++ b/src/bitcoindjs.cc @@ -877,6 +877,7 @@ start_node_thread(void) { // Check for changed -txindex state // if (fTxIndex != GetBoolArg("-txindex", false)) { + // if (fTxIndex && !g_txindex) { // if (set_cooked()) { // fprintf(stderr, "You need to rebuild the database using -reindex to change -txindex\n"); // }