From 5009136dc3ac32691d30c9c28758f9ebf8dd70e2 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Tue, 6 Feb 2018 22:49:08 +0000 Subject: [PATCH] Change UI/log status message for block rewinding --- src/init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/init.cpp b/src/init.cpp index b8143d178..bd6e2e79e 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -1423,7 +1423,7 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler) } if (!fReindex) { - uiInterface.InitMessage(_("Rewinding blocks...")); + uiInterface.InitMessage(_("Rewinding blocks if needed...")); if (!RewindBlockIndex(chainparams)) { strLoadError = _("Unable to rewind the database to a pre-upgrade state. You will need to redownload the blockchain"); break;