core: implemented new ropsten testnet

This commit is contained in:
Jeffrey Wilcke
2016-11-23 09:34:01 +01:00
parent aad4890082
commit a8ca75738a
8 changed files with 42 additions and 66 deletions
-1
View File
@@ -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