SurjectionProof caching

This commit is contained in:
Gregory Sanders 2016-11-29 13:59:01 -05:00
parent 13cdcfc979
commit a38c6b18b5
5 changed files with 62 additions and 7 deletions

View file

@ -1186,6 +1186,7 @@ bool AppInitMain(boost::thread_group& threadGroup, CScheduler& scheduler)
InitSignatureCache();
InitRangeproofCache();
InitSurjectionproofCache();
LogPrintf("Using %u threads for script verification\n", nScriptCheckThreads);
if (nScriptCheckThreads) {