mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
test: [refactor] Pass TestOpts
This commit is contained in:
parent
bd5d1688b4
commit
fa690c8e53
13 changed files with 40 additions and 41 deletions
|
|
@ -42,7 +42,7 @@ void initialize_process_message()
|
|||
|
||||
static const auto testing_setup = MakeNoLogFileContext<const TestingSetup>(
|
||||
/*chain_type=*/ChainType::REGTEST,
|
||||
/*extra_args=*/{"-txreconciliation"});
|
||||
{.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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue