mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
SurjectionProof caching
This commit is contained in:
parent
13cdcfc979
commit
a38c6b18b5
5 changed files with 62 additions and 7 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue