bluealloy / revm

Ethereum Virtual Machine written in rust that is fast and simple to use
https://bluealloy.github.io/revm/
MIT License
1.51k stars 487 forks source link

Clarify docs about zero balances #1514

Open mattsse opened 1 month ago

mattsse commented 1 month ago

https://github.com/bluealloy/revm/blob/8742fc7e779e70214a66a262b37a2b90025b3429/crates/revm/src/db/states/state.rs#L81-L83

but 0 balances are skipped:

https://github.com/bluealloy/revm/blob/8742fc7e779e70214a66a262b37a2b90025b3429/crates/revm/src/db/states/state.rs#L91-L93

are the docs outdated @rakita ?

rakita commented 1 month ago

They are outdated, will remove them