mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
remove TheadSendAlert in init.cpp
Signed-off-by: Pasta <pasta@dashboost.org>
This commit is contained in:
parent
ce6623eba8
commit
26ec979fa3
@ -97,8 +97,6 @@
|
||||
#include "zmq/zmqnotificationinterface.h"
|
||||
#endif
|
||||
|
||||
extern void ThreadSendAlert(CConnman& connman);
|
||||
|
||||
bool fFeeEstimatesInitialized = false;
|
||||
static const bool DEFAULT_PROXYRANDOMIZE = true;
|
||||
static const bool DEFAULT_REST_ENABLE = false;
|
||||
@ -2162,7 +2160,5 @@ bool AppInitMain(boost::thread_group& threadGroup, CScheduler& scheduler)
|
||||
pwalletMain->postInitProcess(scheduler);
|
||||
#endif
|
||||
|
||||
threadGroup.create_thread(boost::bind(&ThreadSendAlert, boost::ref(connman)));
|
||||
|
||||
return !fRequestShutdown;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user