potentially fix txindex check.

This commit is contained in:
Christopher Jeffrey 2014-12-10 15:21:05 -08:00
parent 1b9545834a
commit 20934c285e
1 changed files with 1 additions and 0 deletions

View File

@ -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");
// }