validate_against_parent_gas_limit

Function validate_against_parent_gas_limit 

Source
pub fn validate_against_parent_gas_limit<H, ChainSpec>(
    header: &SealedHeader<H>,
    parent: &SealedHeader<H>,
    chain_spec: &ChainSpec,
) -> Result<(), ConsensusError>
Available on crate feature consensus only.
Expand description

Validates gas limit against parent gas limit.

The maximum allowable difference between self and parent gas limits is determined by the parent’s gas limit divided by the GAS_LIMIT_BOUND_DIVISOR.