MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / BasicTestingSetup

Method BasicTestingSetup

src/test/test_bitcoin.cpp:33–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31extern void noui_connect();
32
33BasicTestingSetup::BasicTestingSetup()
34{
35 ECC_Start();
36 SetupEnvironment();
37 fPrintToDebugLog = false; // don't want to write to debug.log file
38 fCheckBlockIndex = true;
39 SelectParams(CBaseChainParams::MAIN);
40}
41BasicTestingSetup::~BasicTestingSetup()
42{
43 ECC_Stop();

Callers

nothing calls this directly

Calls 3

ECC_StartFunction · 0.85
SetupEnvironmentFunction · 0.85
SelectParamsFunction · 0.85

Tested by

no test coverage detected