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