|
|
|
@ -56,7 +56,9 @@ void initialize_process_message()
|
|
|
|
|
{
|
|
|
|
|
Assert(GetNumMsgTypes() == getAllNetMessageTypes().size()); // If this fails, add or remove the message type below
|
|
|
|
|
|
|
|
|
|
static const auto testing_setup = MakeNoLogFileContext<const TestingSetup>();
|
|
|
|
|
static const auto testing_setup = MakeNoLogFileContext<const TestingSetup>(
|
|
|
|
|
/*chain_name=*/CBaseChainParams::REGTEST,
|
|
|
|
|
/*extra_args=*/{"-txreconciliation"});
|
|
|
|
|
g_setup = testing_setup.get();
|
|
|
|
|
for (int i = 0; i < 2 * COINBASE_MATURITY; i++) {
|
|
|
|
|
MineBlock(g_setup->m_node, CScript() << OP_TRUE);
|
|
|
|
|