[#node-MiniMinerMempoolEntry-UpdateAncestorState] = xref:node.adoc[node]::xref:node/MiniMinerMempoolEntry.adoc[MiniMinerMempoolEntry]::UpdateAncestorState :relfileprefix: ../../ :mrdocs: Adjust the ancestor totals as ancestors are included in the block. == Synopsis Declared in `<node/mini_miner.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void UpdateAncestorState( int64_t vsize_change, xref:CAmount.adoc[CAmount] fee_change); ---- == Parameters [cols="1,4"] |=== | Name| Description | *vsize_change* | Virtual size to add to the ancestor total. | *fee_change* | Modified fee to add to the ancestor total. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#