Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ StartScriptCheckWorkerThreads
Function
StartScriptCheckWorkerThreads
src/validation.cpp:1964–1967 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1962
static CCheckQueue<CCheck> scriptcheckqueue(128);
1963
1964
void StartScriptCheckWorkerThreads(int threads_num)
1965
{
1966
scriptcheckqueue.StartWorkerThreads(threads_num);
1967
}
1968
1969
void StopScriptCheckWorkerThreads()
1970
{
Callers
2
AppInitMain
Function · 0.85
ChainTestingSetup
Method · 0.85
Calls
1
StartWorkerThreads
Method · 0.80
Tested by
1
ChainTestingSetup
Method · 0.68