Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix gas price not right problem (#10451)
old code has side affect, it will cause baseFee to be changed. so if you set `maxFeePerGas` the gas price will always be `maxFeePerGas` even if `baseFee`+`maxPriorityFeePerGas` is less than `maxFeePerGas`.
- Loading branch information