Function reth::consensus_common::validation::validate_header_gas

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

Gas used needs to be less than gas limit. Gas used is going to be checked after execution.