8 #include "validation.h"
35 const static auto verify_handle = std::make_unique<ECCVerifyHandle>();
void SelectParams(const std::string &network)
Sets the params returned by Params() to those for the given chain name.
BENCHMARK(DeserializeBlockTest, 130)
static const std::string MAIN
Chain name strings.
Capture information about block/transaction validation.
bool CheckBlock(int nHeight, const uint256 &hash, bool fMatchesCheckpoint)
Returns true if block passes checkpoint checks.
const std::vector< uint8_t > block2680960
RecursiveMutex cs_main
Global state.
#define WITH_LOCK(cs, code)
Run code while locking a mutex.