Remove g_parallel_script_checks

This commit is contained in:
MacroFake 2022-09-02 15:07:31 +02:00
parent fa7c834b9f
commit fa9ebec096
No known key found for this signature in database
GPG key ID: CE2B75697E69A548
5 changed files with 5 additions and 11 deletions

View file

@ -1143,7 +1143,6 @@ bool AppInitMain(NodeContext& node, interfaces::BlockAndHeaderTipInfo* tip_info)
LogPrintf("Script verification uses %d additional threads\n", script_threads);
if (script_threads >= 1) {
g_parallel_script_checks = true;
StartScriptCheckWorkerThreads(script_threads);
}