From 7c41e413e4c596ac0010305be0f851353c065df6 Mon Sep 17 00:00:00 2001 From: Joey Zhou Date: Thu, 3 Jul 2014 11:31:47 -0700 Subject: [PATCH] typo, duplications --- ethchain/state_object.go | 1 - 1 file changed, 1 deletion(-) diff --git a/ethchain/state_object.go b/ethchain/state_object.go index cc9a801f9..d974daea5 100644 --- a/ethchain/state_object.go +++ b/ethchain/state_object.go @@ -249,7 +249,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()