Browse Source

Add extra message to avoid a long 'Loading banlist'

Github-Pull: #8392
Rebased-From: aa59f2ed3f
0.13
Pieter Wuille 8 years ago committed by Luke Dashjr
parent
commit
3b354d213f
  1. 2
      src/net.cpp

2
src/net.cpp

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

Loading…
Cancel
Save