CTxMemPool::ApplyDelta

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

Synopsis

Declared in <txmempool.h>

[[requires_capability(0x7fbc8f683b88), requires_capability(0x7fbc95d458e8), requires_capability(0x7fbca708b5a8), requires_capability(0x7fbc86273e48), requires_capability(0x7fbca7898528), requires_capability(0x7fbc84ab9b78), requires_capability(0x7fbc870f9078), requires_capability(0x7fbc921e0938)]]
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.