[#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(0x7ff37b41fa78), requires_capability(0x7ff376fd7428), requires_capability(0x7ff38def6648), requires_capability(0x7ff3640f7658), requires_capability(0x7ff3920f7948), requires_capability(0x7ff37f5c9a68), requires_capability(0x7ff37d010ce8), requires_capability(0x7ff374c144f8)]] 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]#