mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 20:42:59 +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"
|
#include "zmq/zmqnotificationinterface.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
extern void ThreadSendAlert(CConnman& connman);
|
|
||||||
|
|
||||||
bool fFeeEstimatesInitialized = false;
|
bool fFeeEstimatesInitialized = false;
|
||||||
static const bool DEFAULT_PROXYRANDOMIZE = true;
|
static const bool DEFAULT_PROXYRANDOMIZE = true;
|
||||||
static const bool DEFAULT_REST_ENABLE = false;
|
static const bool DEFAULT_REST_ENABLE = false;
|
||||||
@ -2162,7 +2160,5 @@ bool AppInitMain(boost::thread_group& threadGroup, CScheduler& scheduler)
|
|||||||
pwalletMain->postInitProcess(scheduler);
|
pwalletMain->postInitProcess(scheduler);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
threadGroup.create_thread(boost::bind(&ThreadSendAlert, boost::ref(connman)));
|
|
||||||
|
|
||||||
return !fRequestShutdown;
|
return !fRequestShutdown;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user