good morning!!!!

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

Reset storage cache after sync

parent 0057bb4e
No related branches found
No related tags found
No related merge requests found
......@@ -152,6 +152,7 @@ func (self *StateObject) Sync() {
self.setAddr([]byte(key), value)
}
self.storage = make(Storage)
}
func (c *StateObject) GetInstr(pc *big.Int) *ethutil.Value {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment