[#CTxMemPool-ApplyDelta] = xref:CTxMemPool.adoc[CTxMemPool]::ApplyDelta :relfileprefix: ../ :mrdocs: Add the stored fee delta for the given txid to the supplied fee value. == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[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( xref:Txid.adoc[Txid] const& hash, xref:CAmount.adoc[CAmount]& nFeeDelta) const; ---- == Parameters [cols="1,4"] |=== | Name| Description | *hash* | The txid to look up. | *nFeeDelta* | Fee value that is increased by the stored delta, if any. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#