aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/tx_pool.cpp
diff options
context:
space:
mode:
authorYerzhan Mazhkenov <20302932+yerzhan7@users.noreply.github.com>2021-04-06 21:44:36 +0100
committerYerzhan Mazhkenov <20302932+yerzhan7@users.noreply.github.com>2021-04-07 19:26:25 +0100
commit94c7dd9ac810a60f9c818c494273ad798cbac34b (patch)
tree93c669eb7365ba6aa7d2704bab5f02ffdab6c2fa /src/test/fuzz/tx_pool.cpp
parent9be7fe4849310884294669b019dd8300f69bc334 (diff)
downloadbitcoin-94c7dd9ac810a60f9c818c494273ad798cbac34b.tar.xz
doc: Fix typos from codespell lint
Diffstat (limited to 'src/test/fuzz/tx_pool.cpp')
-rw-r--r--src/test/fuzz/tx_pool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/fuzz/tx_pool.cpp b/src/test/fuzz/tx_pool.cpp
index f84d6702a7..fe8d17b24a 100644
--- a/src/test/fuzz/tx_pool.cpp
+++ b/src/test/fuzz/tx_pool.cpp
@@ -34,7 +34,7 @@ void initialize_tx_pool()
for (int i = 0; i < 2 * COINBASE_MATURITY; ++i) {
CTxIn in = MineBlock(g_setup->m_node, P2WSH_OP_TRUE);
- // Remember the txids to avoid expensive disk acess later on
+ // Remember the txids to avoid expensive disk access later on
auto& outpoints = i < COINBASE_MATURITY ?
g_outpoints_coinbase_init_mature :
g_outpoints_coinbase_init_immature;