From f6c860efb1221e1eadc3acebd6b0b885b9cc291a Mon Sep 17 00:00:00 2001 From: glozow Date: Sun, 29 Sep 2024 10:47:43 -0400 Subject: [PATCH] [doc] fix typo in m_lazy_recent_confirmed_transactions doc --- src/node/txdownloadman_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node/txdownloadman_impl.h b/src/node/txdownloadman_impl.h index 00a91176c21..aee895dbc9f 100644 --- a/src/node/txdownloadman_impl.h +++ b/src/node/txdownloadman_impl.h @@ -98,7 +98,7 @@ public: /* * Filter for transactions that have been recently confirmed. * We use this to avoid requesting transactions that have already been - * confirnmed. + * confirmed. * * Blocks don't typically have more than 4000 transactions, so this should * be at least six blocks (~1 hr) worth of transactions that we can store,