mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 15:09:59 +01:00
Add extra message to avoid a long 'Loading banlist'
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user