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
Name |
Description |
vsize_change |
Virtual size to add to the ancestor total. |
fee_change |
Modified fee to add to the ancestor total. |
Created with MrDocs