Browse Source

Changing -txindex requires -reindex, not -reindex-chainstate

0.16
Matt Corallo 7 years ago
parent
commit
cd0ea48742
  1. 2
      src/init.cpp

2
src/init.cpp

@ -1428,7 +1428,7 @@ bool AppInitMain(boost::thread_group& threadGroup, CScheduler& scheduler) @@ -1428,7 +1428,7 @@ bool AppInitMain(boost::thread_group& threadGroup, CScheduler& scheduler)
// Check for changed -txindex state
if (fTxIndex != gArgs.GetBoolArg("-txindex", DEFAULT_TXINDEX)) {
strLoadError = _("You need to rebuild the database using -reindex-chainstate to change -txindex");
strLoadError = _("You need to rebuild the database using -reindex to change -txindex");
break;
}

Loading…
Cancel
Save