Skip to content

Commit 120aaba

Browse files
committed
tree-wide: Fix erroneous AcceptToMemoryPool replacements
1 parent 417dafc commit 120aaba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/txmempool.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ void CTxMemPool::AddTransactionsUpdated(unsigned int n)
356356
void CTxMemPool::addUnchecked(const CTxMemPoolEntry &entry, setEntries &setAncestors, bool validFeeEstimate)
357357
{
358358
// Add to memory pool without checking anything.
359-
// Used by AcceptToMemoryPool(::ChainstateActive(), ), which DOES do
359+
// Used by AcceptToMemoryPool(), which DOES do
360360
// all the appropriate checks.
361361
indexed_transaction_set::iterator newit = mapTx.insert(entry).first;
362362

0 commit comments

Comments
 (0)