Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(l1): fix effective gas price calculation (#1881)
**Description** This PR fixes the effective gas price calculation, now returning `None` if the `max_fee_per_gas` is lower than the `base_fee_per_gas`. This is later converted to a `VMError::InvalidTransaction` before processing the actual transaction. --------- Co-authored-by: Julian Ventura <julian.ventura@lambdaclass.com>
- Loading branch information