diff options
| author | Pieter Wuille <[email protected]> | 2016-07-22 16:01:12 +0200 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2016-07-30 02:17:51 +0200 |
| commit | aa59f2ed3f378c02159e41ff3ae2df76ef850577 (patch) | |
| tree | a4f707de327db93016f90a0687aa06bb7362e0a2 /src/net.cpp | |
| parent | Use a signal to continue init after genesis activation (diff) | |
| download | discoin-aa59f2ed3f378c02159e41ff3ae2df76ef850577.tar.xz discoin-aa59f2ed3f378c02159e41ff3ae2df76ef850577.zip | |
Add extra message to avoid a long 'Loading banlist'
Diffstat (limited to 'src/net.cpp')
| -rw-r--r-- | src/net.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net.cpp b/src/net.cpp index 4cbc43e4d..6a1ba4161 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -2050,6 +2050,8 @@ void StartNode(boost::thread_group& threadGroup, CScheduler& scheduler) DumpBanlist(); } + uiInterface.InitMessage(_("Starting network threads...")); + fAddressesInitialized = true; if (semOutbound == NULL) { |