mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 23:18:14 +01:00
Merge #8392: Fix several node initialization issues
9d4eb9aDo diskspace check before import thread is started (Pieter Wuille)aa59f2eAdd extra message to avoid a long 'Loading banlist' (Pieter Wuille)0fd2a33Use a signal to continue init after genesis activation (Pieter Wuille)
This commit is contained in:
@@ -2050,6 +2050,8 @@ void StartNode(boost::thread_group& threadGroup, CScheduler& scheduler)
|
||||
DumpBanlist();
|
||||
}
|
||||
|
||||
uiInterface.InitMessage(_("Starting network threads..."));
|
||||
|
||||
fAddressesInitialized = true;
|
||||
|
||||
if (semOutbound == NULL) {
|
||||
|
||||
Reference in New Issue
Block a user