|
|
@ -138,7 +138,7 @@ extern CBlockIndex *pindexBestHeader;
|
|
|
|
extern const std::vector<std::string> CHECKLEVEL_DOC;
|
|
|
|
extern const std::vector<std::string> CHECKLEVEL_DOC;
|
|
|
|
|
|
|
|
|
|
|
|
/** Unload database information */
|
|
|
|
/** Unload database information */
|
|
|
|
void UnloadBlockIndex(CTxMemPool* mempool, ChainstateManager& chainman);
|
|
|
|
void UnloadBlockIndex(CTxMemPool* mempool, ChainstateManager& chainman) EXCLUSIVE_LOCKS_REQUIRED(::cs_main);
|
|
|
|
/** Run instances of script checking worker threads */
|
|
|
|
/** Run instances of script checking worker threads */
|
|
|
|
void StartScriptCheckWorkerThreads(int threads_num);
|
|
|
|
void StartScriptCheckWorkerThreads(int threads_num);
|
|
|
|
/** Stop all of the script checking worker threads */
|
|
|
|
/** Stop all of the script checking worker threads */
|
|
|
|