Moved checks

This commit is contained in:
obscuren
2014-07-15 00:25:38 +02:00
parent 69acda2c25
commit 50bc838047
2 changed files with 19 additions and 11 deletions

View File

@ -145,7 +145,6 @@ func (self *State) Set(state *State) {
self.trie = state.trie
self.stateObjects = state.stateObjects
//*self = *state
}
func (s *State) Root() interface{} {