node::MiniMinerMempoolEntry::UpdateAncestorState

Adjust the ancestor totals as ancestors are included in the block.

Synopsis

Declared in <node/mini_miner.h>

void
UpdateAncestorState(
    int64_t vsize_change,
    CAmount fee_change);

Parameters

NameDescription
vsize_changeVirtual size to add to the ancestor total.
fee_changeModified fee to add to the ancestor total.