aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
diff options
context:
space:
mode:
authorMatt Corallo <[email protected]>2017-08-22 13:32:17 -0400
committerMatt Corallo <[email protected]>2017-08-22 13:36:12 -0400
commitcd0ea487422028bec1f5df62ab4c57909c2bcc90 (patch)
treee944a27d8663b799548bddfbbb68ceb38e0d11ef /src/init.cpp
parentMerge #10809: optim: mark a few classes final (diff)
downloaddiscoin-cd0ea487422028bec1f5df62ab4c57909c2bcc90.tar.xz
discoin-cd0ea487422028bec1f5df62ab4c57909c2bcc90.zip
Changing -txindex requires -reindex, not -reindex-chainstate
Diffstat (limited to 'src/init.cpp')
-rw-r--r--src/init.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp
index 55a58cc7b..ae25c341f 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -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;
}