Skip to main content

merge_pre_fork_fee_history

Function merge_pre_fork_fee_history 

Source
fn merge_pre_fork_fee_history(
    response: &mut FeeHistory,
    rewards: &mut Vec<Vec<u128>>,
    pre: FeeHistory,
    fork_block: u64,
)
Expand description

Appends the upstream part of a fee-history range that crosses the fork boundary.