mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-10 04:15:54 +00:00
fdbabf0b80
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