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-01-22 08:26:57 +02:00
2022-04-05 17:22:46 +07:00
2022-04-03 13:23:10 +07:00
2022-01-22 08:26:57 +02:00
2022-01-22 08:26:57 +02:00
2022-03-31 09:21:36 +01:00
2022-01-22 08:26:57 +02:00
2022-01-22 08:26:57 +02:00
2022-03-31 17:17:22 +01:00