mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
tree-wide: Fix erroneous AcceptToMemoryPool replacements
This commit is contained in:
parent
417dafc1ee
commit
120aaba9ac
1 changed files with 1 additions and 1 deletions
|
|
@ -356,7 +356,7 @@ void CTxMemPool::AddTransactionsUpdated(unsigned int n)
|
|||
void CTxMemPool::addUnchecked(const CTxMemPoolEntry &entry, setEntries &setAncestors, bool validFeeEstimate)
|
||||
{
|
||||
// Add to memory pool without checking anything.
|
||||
// Used by AcceptToMemoryPool(::ChainstateActive(), ), which DOES do
|
||||
// Used by AcceptToMemoryPool(), which DOES do
|
||||
// all the appropriate checks.
|
||||
indexed_transaction_set::iterator newit = mapTx.insert(entry).first;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue