Skip to content

Commit aa59f2e

Browse files
committed
Add extra message to avoid a long 'Loading banlist'
1 parent 0fd2a33 commit aa59f2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/net.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2050,6 +2050,8 @@ void StartNode(boost::thread_group& threadGroup, CScheduler& scheduler)
20502050
DumpBanlist();
20512051
}
20522052

2053+
uiInterface.InitMessage(_("Starting network threads..."));
2054+
20532055
fAddressesInitialized = true;
20542056

20552057
if (semOutbound == NULL) {

0 commit comments

Comments
 (0)