Skip to content

Commit

Permalink
Changing -txindex requires -reindex, not -reindex-chainstate
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBlueMatt committed Aug 22, 2017
1 parent c559884 commit cd0ea48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init.cpp
Expand Up @@ -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;
}

Expand Down

0 comments on commit cd0ea48

Please sign in to comment.