[#CTxMemPoolEntry-UpdateModifiedFee] = xref:CTxMemPoolEntry.adoc[CTxMemPoolEntry]::UpdateModifiedFee :relfileprefix: ../ :mrdocs: Updates the modified fee with the descendant or ancestor delta. == Synopsis Declared in `<kernel/mempool_entry.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void UpdateModifiedFee(xref:CAmount.adoc[CAmount] fee_diff) const; ---- == Parameters [cols="1,4"] |=== | Name| Description | *fee_diff* | The fee delta to add. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#