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 3e8ccf0 commit 2d10e2eCopy full SHA for 2d10e2e
src/init.cpp
@@ -1472,8 +1472,6 @@ bool AppInit2()
1472
bool fReset = fReindex;
1473
std::string strLoadError;
1474
1475
- uiInterface.InitMessage(_("Loading block index..."));
1476
-
1477
do {
1478
const int64_t load_block_index_start_time = GetTimeMillis();
1479
@@ -1498,6 +1496,7 @@ bool AppInit2()
1498
1496
if (fReindex) {
1499
1497
pblocktree->WriteReindexing(true);
1500
} else {
+ uiInterface.InitMessage(_("Upgrading coins database..."));
1501
// If necessary, upgrade from older database format.
1502
if (!pcoinsdbview->Upgrade()) {
1503
strLoadError = _("Error upgrading chainstate database");
0 commit comments