mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 22:18:54 +01:00
Make CCheckQueue destructor stop worker threads
This commit is contained in:
@@ -1246,7 +1246,6 @@ public:
|
||||
std::optional<int> GetSnapshotBaseHeight() const EXCLUSIVE_LOCKS_REQUIRED(::cs_main);
|
||||
|
||||
CCheckQueue<CScriptCheck>& GetCheckQueue() { return m_script_check_queue; }
|
||||
void StopScriptCheckWorkerThreads();
|
||||
|
||||
~ChainstateManager();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user