CTxMemPool::ChangeSet::CalculateMemPoolAncestors

Calculate the in-mempool ancestors of a staged transaction, caching the result.

Synopsis

Declared in <txmempool.h>

CTxMemPool::setEntries
CalculateMemPoolAncestors(TxHandle tx);

Return Value

The in-mempool ancestors, excluding transactions in the changeset itself.

Parameters

NameDescription
txHandle to the staged transaction.