We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 417dafc commit 120aabaCopy full SHA for 120aaba
src/txmempool.cpp
@@ -356,7 +356,7 @@ void CTxMemPool::AddTransactionsUpdated(unsigned int n)
356
void CTxMemPool::addUnchecked(const CTxMemPoolEntry &entry, setEntries &setAncestors, bool validFeeEstimate)
357
{
358
// Add to memory pool without checking anything.
359
- // Used by AcceptToMemoryPool(::ChainstateActive(), ), which DOES do
+ // Used by AcceptToMemoryPool(), which DOES do
360
// all the appropriate checks.
361
indexed_transaction_set::iterator newit = mapTx.insert(entry).first;
362
0 commit comments