CTxMemPool::ApplyDelta

Add the stored fee delta for the given txid to the supplied fee value.

Synopsis

Declared in <txmempool.h>

[[requires_capability(0x7f2e1b5a20a8), requires_capability(0x7f2e2721b0b8), requires_capability(0x7f2e421cc7c8), requires_capability(0x7f2e2880b788), requires_capability(0x7f2e3212eb18), requires_capability(0x7f2e347f71a8), requires_capability(0x7f2e2b05b618), requires_capability(0x7f2e2bee2cb8)]]
void
ApplyDelta(
    Txid const& hash,
    CAmount& nFeeDelta) const;

Parameters

NameDescription
hashThe txid to look up.
nFeeDeltaFee value that is increased by the stored delta, if any.