[Pkg-bitcoin-commits] [bitcoin] 04/12: Changing -txindex requires -reindex, not -reindex-chainstate

Jonas Smedegaard dr at jones.dk
Mon Aug 28 16:39:32 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository bitcoin.

commit e8ad101e5b104ca913beb82a77f5b3bfa1a7c5f6
Author: Matt Corallo <git at bluematt.me>
Date:   Tue Aug 22 13:32:17 2017 -0400

    Changing -txindex requires -reindex, not -reindex-chainstate
    
    Github-Pull: #11108
    Rebased-From: cd0ea487422028bec1f5df62ab4c57909c2bcc90
    Tree-SHA512: 0fbd50b1343eec14301ee9c2fc76e48dcb1610ce1ddbf3cccbd937e2c0d1bbdfc4920fbc05e7e560c424e0ed7367d6ad3595a1bd38dea669bcbd1c838f522d8e
---
 src/init.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/init.cpp b/src/init.cpp
index d79c296..a708295 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;
                 }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/bitcoin.git



More information about the Pkg-bitcoin-commits mailing list