MCPcopy Create free account
hub / github.com/LUX-Core/lux / ThreadScriptCheck

Function ThreadScriptCheck

src/main.cpp:2584–2588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2582static CCheckQueue<CScriptCheck> scriptcheckqueue(128);
2583
2584void ThreadScriptCheck()
2585{
2586 RenameThread("lux-scriptch");
2587 scriptcheckqueue.Thread();
2588}
2589
2590static bool IsBlockValueValid(const CBlock& block, int64_t nExpectedValue)
2591{

Callers

nothing calls this directly

Calls 2

RenameThreadFunction · 0.85
ThreadMethod · 0.80

Tested by

no test coverage detected