pub fn validate_header_base_fee(
    header: &SealedHeader,
    chain_spec: &ChainSpec,
) -> Result<(), ConsensusError>
Expand description

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