Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix effective gas price calculation (#2303)
6351612 introduced the bug by accidentally losing the negation in `if !s.b.ChainConfig().IsLondon(bigblock)`. This results in wrong `effectiveGasPrice` values to be returned from the RPC. The actually transferred fees are correct.
- Loading branch information