mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Merge a62f5ee86c into merged_master (Bitcoin PR bitcoin/bitcoin#27675)
This commit is contained in:
commit
27a302a296
15 changed files with 152 additions and 92 deletions
|
|
@ -679,7 +679,7 @@ public:
|
|||
if (!m_node.mempool) return true;
|
||||
LockPoints lp;
|
||||
std::set<std::pair<uint256, COutPoint>> setPeginsSpent;
|
||||
CTxMemPoolEntry entry(tx, 0, 0, 0, false, 0, lp, setPeginsSpent);
|
||||
CTxMemPoolEntry entry(tx, 0, 0, 0, 0, false, 0, lp, setPeginsSpent);
|
||||
const CTxMemPool::Limits& limits{m_node.mempool->m_limits};
|
||||
LOCK(m_node.mempool->cs);
|
||||
return m_node.mempool->CalculateMemPoolAncestors(entry, limits).has_value();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue