mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 06:58:57 +01:00
Merge #8895: Better SigCache Implementation
67dac4eAdd unit tests for the CuckooCache (Jeremy Rubin)c9e69fbAdd CuckooCache implementation and replace the sigcache map_type with it (Jeremy Rubin)
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
#include "ui_interface.h"
|
||||
#include "rpc/server.h"
|
||||
#include "rpc/register.h"
|
||||
#include "script/sigcache.h"
|
||||
|
||||
#include "test/testutil.h"
|
||||
|
||||
@@ -40,6 +41,7 @@ BasicTestingSetup::BasicTestingSetup(const std::string& chainName)
|
||||
ECC_Start();
|
||||
SetupEnvironment();
|
||||
SetupNetworking();
|
||||
InitSignatureCache();
|
||||
fPrintToDebugLog = false; // don't want to write to debug.log file
|
||||
fCheckBlockIndex = true;
|
||||
SelectParams(chainName);
|
||||
|
||||
Reference in New Issue
Block a user