aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--state/state_object.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/state/state_object.go b/state/state_object.go
index 0c157403c..eaa91c713 100644
--- a/state/state_object.go
+++ b/state/state_object.go
@@ -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 {