MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / ThreadScriptCheck

Function ThreadScriptCheck

src/validation.cpp:1728–1731  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1726static CCheckQueue<CScriptCheck> scriptcheckqueue(128);
1727
1728void ThreadScriptCheck() {
1729 RenameThread("bitcoin-scriptch");
1730 scriptcheckqueue.Thread();
1731}
1732
1733// Protected by cs_main
1734VersionBitsCache versionbitscache;

Callers

nothing calls this directly

Calls 2

RenameThreadFunction · 0.85
ThreadMethod · 0.80

Tested by

no test coverage detected