mirror of
https://github.com/status-im/nim-eth.git
synced 2025-01-12 07:14:24 +00:00
cc6d88962e
Other implementations of MPT delete entries when attempting to put empty value, because empty value cannot exist in RLP. We should match the behaviour. - https://github.com/ethereum/py-trie/pull/109 Also cross-checked with Geth and Ethereumjs implementations.