We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf19342 commit 9272512Copy full SHA for 9272512
src/test/fuzz/mini_miner.cpp
@@ -26,6 +26,7 @@ void initialize_miner()
26
{
27
static const auto testing_setup = MakeNoLogFileContext<const TestingSetup>();
28
g_setup = testing_setup.get();
29
+ MineBlock(g_setup->m_node, CScript() << OP_FALSE);
30
for (uint32_t i = 0; i < uint32_t{100}; ++i) {
31
g_available_coins.emplace_back(Txid::FromUint256(uint256::ZERO), i);
32
}
0 commit comments