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

Function ThreadScriptCheck

src/main.cpp:2160–2163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2158static CCheckQueue<CScriptCheck> scriptcheckqueue(128);
2159
2160void ThreadScriptCheck() {
2161 RenameThread("bitcoin-scriptch");
2162 scriptcheckqueue.Thread();
2163}
2164
2165//
2166// Called periodically asynchronously; alerts if it smells like

Callers

nothing calls this directly

Calls 2

RenameThreadFunction · 0.85
ThreadMethod · 0.80

Tested by

no test coverage detected