Add extra message to avoid a long 'Loading banlist'
This commit is contained in:
parent
0fd2a33648
commit
aa59f2ed3f
1 changed files with 2 additions and 0 deletions
|
@ -2050,6 +2050,8 @@ void StartNode(boost::thread_group& threadGroup, CScheduler& scheduler)
|
||||||
DumpBanlist();
|
DumpBanlist();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
uiInterface.InitMessage(_("Starting network threads..."));
|
||||||
|
|
||||||
fAddressesInitialized = true;
|
fAddressesInitialized = true;
|
||||||
|
|
||||||
if (semOutbound == NULL) {
|
if (semOutbound == NULL) {
|
||||||
|
|
Loading…
Reference in a new issue