diff options
author | Jeffrey Wilcke <jeffrey@ethereum.org> | 2016-11-21 05:32:31 +0800 |
---|---|---|
committer | Jeffrey Wilcke <jeffrey@ethereum.org> | 2016-11-23 16:34:01 +0800 |
commit | a8ca75738a45a137ff7b2dfa276398fad26439da (patch) | |
tree | 69c28c8a7b79c7a4412cea8964fbbafe16b4b3cc /light/state.go | |
parent | aad4890082c1624795991d534db9497c8b63630d (diff) | |
download | dexon-a8ca75738a45a137ff7b2dfa276398fad26439da.tar.gz dexon-a8ca75738a45a137ff7b2dfa276398fad26439da.tar.zst dexon-a8ca75738a45a137ff7b2dfa276398fad26439da.zip |
core: implemented new ropsten testnet
Diffstat (limited to 'light/state.go')
-rw-r--r-- | light/state.go | 1 |
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 |