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

Synopsis

Declared in <txmempool.h>

[[requires_capability(0x7f95135d2178), requires_capability(0x7f9501b11558), requires_capability(0x7f950ec77748), requires_capability(0x7f9525ea7498), requires_capability(0x7f9515096bd8), requires_capability(0x7f950826ae78), requires_capability(0x7f94f856e588), requires_capability(0x7f9513c58778)]]
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