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 |
||
---|---|---|
.. | ||
tx_add.nim | ||
tx_bucket.nim | ||
tx_classify.nim | ||
tx_dispose.nim | ||
tx_head.nim | ||
tx_packer.nim | ||
tx_recover.nim |