jangko fdbabf0b80
unify eip1559TxNormalization
result.gasPrice = baseFee + min(result.maxPriorityFee, result.maxFee - baseFee)
cannot be simplified into
result.gasPrice = min(result.maxPriorityFee + baseFee, result.maxFee)
the expression is not commutative
2022-04-05 17:22:46 +07:00
..
2022-01-22 08:26:57 +02:00
2022-04-05 17:22:46 +07:00
2021-12-10 13:40:51 +00:00
2022-01-22 08:26:57 +02:00
2021-08-24 18:30:52 +07:00
2022-01-22 08:26:57 +02:00