good morning!!!!

Skip to content
Snippets Groups Projects
Commit bdd63837 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

core/state: removed trie copy

parent aa699a12
No related branches found
No related tags found
No related merge requests found
......@@ -259,7 +259,7 @@ func (s *StateDB) Cmp(other *StateDB) bool {
func (self *StateDB) Copy() *StateDB {
state := New(common.Hash{}, self.db)
state.trie = self.trie.Copy()
state.trie = self.trie
for k, stateObject := range self.stateObjects {
state.stateObjects[k] = stateObject.Copy()
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment