Skip to content

Commit cd0ea48

Browse files
committed
Changing -txindex requires -reindex, not -reindex-chainstate
1 parent c559884 commit cd0ea48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/init.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1428,7 +1428,7 @@ bool AppInitMain(boost::thread_group& threadGroup, CScheduler& scheduler)
14281428

14291429
// Check for changed -txindex state
14301430
if (fTxIndex != gArgs.GetBoolArg("-txindex", DEFAULT_TXINDEX)) {
1431-
strLoadError = _("You need to rebuild the database using -reindex-chainstate to change -txindex");
1431+
strLoadError = _("You need to rebuild the database using -reindex to change -txindex");
14321432
break;
14331433
}
14341434

0 commit comments

Comments
 (0)