[doc] fix typo in m_lazy_recent_confirmed_transactions doc

This commit is contained in:
glozow 2024-09-29 10:47:43 -04:00
parent 5f9004e155
commit f6c860efb1

View File

@ -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,