Function reth::transaction_pool::validate::ensure_intrinsic_gas

pub fn ensure_intrinsic_gas<T>(
    transaction: &T,
    is_shanghai: bool,
) -> Result<(), InvalidPoolTransactionError>
where T: PoolTransaction,
Expand description

Ensures that gas limit of the transaction exceeds the intrinsic gas of the transaction.

See also calculate_intrinsic_gas_after_merge