mirror of
https://github.com/status-im/nim-eth.git
synced 2025-02-17 16:37:15 +00:00
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.