CTxMemPoolEntry::UpdateModifiedFee

Updates the modified fee with the descendant or ancestor delta.

Synopsis

Declared in <kernel/mempool_entry.h>

void
UpdateModifiedFee(CAmount fee_diff) const;

Parameters

NameDescription
fee_diffThe fee delta to add.