fuzz: Disable debug log file

This commit is contained in:
MarcoFalke
2020-04-08 19:48:38 -04:00
parent fa0cbd48c4
commit fa69f88486
2 changed files with 14 additions and 4 deletions

View File

@@ -16,11 +16,16 @@
#include <validation.h>
#include <validationinterface.h>
const RegTestingSetup* g_setup;
const TestingSetup* g_setup;
void initialize()
{
static RegTestingSetup setup{};
static TestingSetup setup{
CBaseChainParams::REGTEST,
{
"-nodebuglogfile",
},
};
g_setup = &setup;
for (int i = 0; i < 2 * COINBASE_MATURITY; i++) {