mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-02-12 20:16:27 +00:00
why: When deleting accounts while restoring the previous state, storage tries must be deleted first. Otherwise a `DelDanglingStoTrie` error will occur when trying to delete an account which refers to an active storage trie.