reth::transaction_pool::validate

Function ensure_intrinsic_gas

pub fn ensure_intrinsic_gas<T>(
    transaction: &T,
    fork_tracker: &ForkTracker,
) -> Result<(), InvalidPoolTransactionError>
Expand description

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

Caution: This only checks past the Merge hardfork.