diff --git a/ethchain/state_object.go b/ethchain/state_object.go index b9d994321..5a43de35c 100644 --- a/ethchain/state_object.go +++ b/ethchain/state_object.go @@ -248,7 +248,6 @@ func (c *StateObject) RlpDecode(data []byte) { c.Nonce = decoder.Get(0).Uint() c.Amount = decoder.Get(1).BigInt() c.state = NewState(ethtrie.NewTrie(ethutil.Config.Db, decoder.Get(2).Interface())) - c.state = NewState(ethtrie.NewTrie(ethutil.Config.Db, decoder.Get(2).Interface())) c.ScriptHash = decoder.Get(3).Bytes()