mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-13 13:55:45 +00:00
2629d412d7
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.