Commit c14071df authored by obscuren's avatar obscuren

Reset storage cache after sync

parent 0057bb4e
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment