Add extra message to avoid a long 'Loading banlist'

Github-Pull: #8392
Rebased-From: aa59f2ed3f
This commit is contained in:
Pieter Wuille 2016-07-22 16:01:12 +02:00 committed by Luke Dashjr
parent 30eac2d79a
commit 3b354d213f
1 changed files with 2 additions and 0 deletions

View File

@ -2092,6 +2092,8 @@ void StartNode(boost::thread_group& threadGroup, CScheduler& scheduler)
DumpBanlist();
}
uiInterface.InitMessage(_("Starting network threads..."));
fAddressesInitialized = true;
if (semOutbound == NULL) {