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 |
||
---|---|---|
.. | ||
chain | ||
clique | ||
executor | ||
blockchain_sync.nim | ||
chain.nim | ||
clique.nim | ||
dao.nim | ||
executor.nim | ||
gaslimit.nim | ||
validate.nim |