mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-02-18 23:17:40 +00:00
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