Function reth_consensus_common::validation::validate_header_gas

source ยท
pub const fn validate_header_gas(header: &Header) -> Result<(), ConsensusError>
Expand description

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