mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
mempool_entry: add mempool entry sequence number
This commit is contained in:
parent
54ba330f79
commit
1e9684f39f
10 changed files with 18 additions and 10 deletions
|
|
@ -676,7 +676,7 @@ public:
|
|||
{
|
||||
if (!m_node.mempool) return true;
|
||||
LockPoints lp;
|
||||
CTxMemPoolEntry entry(tx, 0, 0, 0, false, 0, lp);
|
||||
CTxMemPoolEntry entry(tx, 0, 0, 0, 0, false, 0, lp);
|
||||
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