From 1b9545834a912e21f14ce8cb66e21600d3c3315e Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Wed, 10 Dec 2014 15:17:25 -0800 Subject: [PATCH] fTxIndex is incorrect at this point. --- src/bitcoindjs.cc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/bitcoindjs.cc b/src/bitcoindjs.cc index 9b0f6797..da9c43c2 100644 --- a/src/bitcoindjs.cc +++ b/src/bitcoindjs.cc @@ -876,14 +876,14 @@ start_node_thread(void) { } // Check for changed -txindex state - if (fTxIndex != GetBoolArg("-txindex", false)) { - if (set_cooked()) { - fprintf(stderr, "You need to rebuild the database using -reindex to change -txindex\n"); - } - shutdown_complete = true; - _exit(1); - return; - } + // if (fTxIndex != GetBoolArg("-txindex", false)) { + // if (set_cooked()) { + // fprintf(stderr, "You need to rebuild the database using -reindex to change -txindex\n"); + // } + // shutdown_complete = true; + // _exit(1); + // return; + // } CreatePidFile(GetPidFile(), getpid());