We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aed03f commit 979cb74Copy full SHA for 979cb74
src/init.cpp
@@ -1470,8 +1470,6 @@ bool AppInit2()
1470
bool fReset = fReindex;
1471
std::string strLoadError;
1472
1473
- uiInterface.InitMessage(_("Loading block index..."));
1474
-
1475
do {
1476
const int64_t load_block_index_start_time = GetTimeMillis();
1477
@@ -1496,6 +1494,7 @@ bool AppInit2()
1496
1494
if (fReindex) {
1497
1495
pblocktree->WriteReindexing(true);
1498
} else {
+ uiInterface.InitMessage(_("Upgrading coins database..."));
1499
// If necessary, upgrade from older database format.
1500
if (!pcoinsdbview->Upgrade()) {
1501
strLoadError = _("Error upgrading chainstate database");
0 commit comments