Updates the modified fee with the descendant or ancestor delta.
Synopsis
Declared in <kernel/mempool_entry.h>
void
UpdateModifiedFee(CAmount fee_diff) const;
Parameters
Name |
Description |
fee_diff |
The fee delta to add. |
Created with MrDocs