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