diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-05-04 18:42:41 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-05-04 18:42:47 +0200 |
commit | 3e2559c7c738bcc272e2e5cf9cfb77ba0efd9831 (patch) | |
tree | e42144535ece9ed23684d437bb4eb712eeab93e1 | |
parent | 16341cc15c545415ea996052dbd0b5bee0127571 (diff) | |
parent | 04140457f4b616b7ae92f294df7a40c150c9f908 (diff) |
Merge pull request #6104
0414045 Show an init message while activating best chain (Wladimir J. van der Laan)
-rw-r--r-- | src/init.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/init.cpp b/src/init.cpp index f4caa4717f..9c3c4ddb86 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -1333,6 +1333,7 @@ bool AppInit2(boost::thread_group& threadGroup) if (mapArgs.count("-blocknotify")) uiInterface.NotifyBlockTip.connect(BlockNotifyCallback); + uiInterface.InitMessage(_("Activating best chain...")); // scan for better chains in the block chain database, that are not yet connected in the active best chain CValidationState state; if (!ActivateBestChain(state)) |