aboutsummaryrefslogtreecommitdiffstats
path: root/light
diff options
context:
space:
mode:
Diffstat (limited to 'light')
-rw-r--r--light/state.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/light/state.go b/light/state.go
index 3c38f165b..9f2376809 100644
--- a/light/state.go
+++ b/light/state.go
@@ -235,7 +235,6 @@ func (self *LightState) newStateObject(addr common.Address) *StateObject {
}
stateObject := NewStateObject(addr, self.odr)
- stateObject.SetNonce(0)
self.stateObjects[addr.Str()] = stateObject
return stateObject