aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-07-04 06:13:57 +0800
committerobscuren <geffobscura@gmail.com>2014-07-04 06:13:57 +0800
commit633027d980642c703f659eb5faaf13455a3477d3 (patch)
tree209b7ed159671c4ce15d37fabb8a6108a0bb4109 /ethchain
parentd3d043dba0956840115fcbb3cd4bb6f2f22113ab (diff)
parent70e1a1a4dffbb5a3f56363e32b77124718e79342 (diff)
downloadgo-tangerine-633027d980642c703f659eb5faaf13455a3477d3.tar
go-tangerine-633027d980642c703f659eb5faaf13455a3477d3.tar.gz
go-tangerine-633027d980642c703f659eb5faaf13455a3477d3.tar.bz2
go-tangerine-633027d980642c703f659eb5faaf13455a3477d3.tar.lz
go-tangerine-633027d980642c703f659eb5faaf13455a3477d3.tar.xz
go-tangerine-633027d980642c703f659eb5faaf13455a3477d3.tar.zst
go-tangerine-633027d980642c703f659eb5faaf13455a3477d3.zip
Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop
Diffstat (limited to 'ethchain')
-rw-r--r--ethchain/state_object.go1
1 files changed, 0 insertions, 1 deletions
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()