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

Synopsis

Declared in <txmempool.h>

[[requires_capability(0x7ff37b41fa78), requires_capability(0x7ff376fd7428), requires_capability(0x7ff38def6648), requires_capability(0x7ff3640f7658), requires_capability(0x7ff3920f7948), requires_capability(0x7ff37f5c9a68), requires_capability(0x7ff37d010ce8), requires_capability(0x7ff374c144f8)]]
void
ApplyDelta(
    Txid const& hash,
    CAmount& nFeeDelta) const;

Parameters

Name

Description

hash

The txid to look up.

nFeeDelta

Fee value that is increased by the stored delta, if any.

Created with MrDocs