Function validate_header_base_fee

pub fn validate_header_base_fee<H, ChainSpec>(
    header: &H,
    chain_spec: &ChainSpec,
) -> Result<(), ConsensusError>
where H: BlockHeader, ChainSpec: EthereumHardforks,
Expand description

Ensure the EIP-1559 base fee is set if the London hardfork is active.