mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 14:08:40 +01:00
Move global scriptcheckqueue into ChainstateManager class
This commit is contained in:
@@ -290,7 +290,7 @@ epilogue:
|
||||
// dereferencing and UB.
|
||||
scheduler.stop();
|
||||
if (chainman.m_thread_load.joinable()) chainman.m_thread_load.join();
|
||||
StopScriptCheckWorkerThreads();
|
||||
chainman.StopScriptCheckWorkerThreads();
|
||||
|
||||
GetMainSignals().FlushBackgroundCallbacks();
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user