mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-11 23:58:18 +00:00
Add extra message to avoid a long 'Loading banlist'
Github-Pull: #8392
Rebased-From: aa59f2ed3f
This commit is contained in:
parent
30eac2d79a
commit
3b354d213f
@ -2092,6 +2092,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 New Issue
Block a user