core/state: remove redundant setting of stateObject trie

This commit is contained in:
Jared Wasinger 2024-05-14 06:09:00 -07:00
parent d9e3bceb92
commit 65077a5af3

View file

@ -326,7 +326,6 @@ func (s *stateObject) updateTrie() (Trie, error) {
return nil, err return nil, err
} }
} }
s.trie = tr
// The snapshot storage map for the object // The snapshot storage map for the object
var ( var (