mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
[doc] fix typo in m_lazy_recent_confirmed_transactions doc
This commit is contained in:
parent
5f9004e155
commit
f6c860efb1
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ public:
|
||||||
/*
|
/*
|
||||||
* Filter for transactions that have been recently confirmed.
|
* Filter for transactions that have been recently confirmed.
|
||||||
* We use this to avoid requesting transactions that have already been
|
* 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
|
* 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,
|
* be at least six blocks (~1 hr) worth of transactions that we can store,
|
||||||
|
|
Loading…
Add table
Reference in a new issue