97744b87a6
The U256 priority fees were being coerced into u32, which was not big enough for actual values. The overflow was happening but not checked. This led to a possible divide-by-zero panic in this code as well. This change does the math as I256 -- overkill, but it works. |
||
---|---|---|
.. | ||
ganache.rs | ||
geth.rs | ||
hash.rs | ||
mod.rs | ||
moonbeam.rs | ||
units.rs |