mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
core/state: remove redundant setting of stateObject trie
This commit is contained in:
parent
d9e3bceb92
commit
65077a5af3
1 changed files with 0 additions and 1 deletions
|
|
@ -326,7 +326,6 @@ func (s *stateObject) updateTrie() (Trie, error) {
|
|||
return nil, err
|
||||
}
|
||||
}
|
||||
s.trie = tr
|
||||
|
||||
// The snapshot storage map for the object
|
||||
var (
|
||||
|
|
|
|||
Loading…
Reference in a new issue