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.
2 parents 16341cc + 0414045 commit 3e2559cCopy full SHA for 3e2559c
src/init.cpp
@@ -1333,6 +1333,7 @@ bool AppInit2(boost::thread_group& threadGroup)
1333
if (mapArgs.count("-blocknotify"))
1334
uiInterface.NotifyBlockTip.connect(BlockNotifyCallback);
1335
1336
+ uiInterface.InitMessage(_("Activating best chain..."));
1337
// scan for better chains in the block chain database, that are not yet connected in the active best chain
1338
CValidationState state;
1339
if (!ActivateBestChain(state))
0 commit comments