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 60d9516 commit 6753e26Copy full SHA for 6753e26
src/test/fuzz/tx_pool.cpp
@@ -47,7 +47,7 @@ void initialize_tx_pool()
47
48
for (int i = 0; i < 2 * COINBASE_MATURITY; ++i) {
49
CTxIn in = MineBlock(g_setup->m_node, CScript() << OP_TRUE);
50
- // Remember the txids to avoid expensive disk acess later on
+ // Remember the txids to avoid expensive disk access later on
51
auto& outpoints = i < COINBASE_MATURITY ?
52
g_outpoints_coinbase_init_mature :
53
g_outpoints_coinbase_init_immature;
0 commit comments