OffchainLabs / go-ethereum

GNU Lesser General Public License v3.0
54 stars 94 forks source link

fix closing TrieDB in eth.StateAtBlock #270

Closed magicxyyz closed 9 months ago

magicxyyz commented 9 months ago

This PR fixes closing triedb in eth.StateAtBlock. Previously trie.Database.Dereference was called in tracers.StateReleaseFunc after the db was closed in deferred function, what wasn't a correct behavior.