| 31 | extern void noui_connect(); |
| 32 | |
| 33 | BasicTestingSetup::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 | } |
| 41 | BasicTestingSetup::~BasicTestingSetup() |
| 42 | { |
| 43 | ECC_Stop(); |
nothing calls this directly
no test coverage detected