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

Name

Description

tx

Handle to the staged transaction.

Created with MrDocs