diff options
author | Jeffrey Wilcke <obscuren@users.noreply.github.com> | 2014-07-04 06:10:29 +0800 |
---|---|---|
committer | Jeffrey Wilcke <obscuren@users.noreply.github.com> | 2014-07-04 06:10:29 +0800 |
commit | 70e1a1a4dffbb5a3f56363e32b77124718e79342 (patch) | |
tree | 96597a0aea6dd65f5a2ebf080df56ad0b57962ee | |
parent | 8baa0f84e70aafa3882ec477d3b3d401d462958b (diff) | |
parent | 7c41e413e4c596ac0010305be0f851353c065df6 (diff) | |
download | go-tangerine-70e1a1a4dffbb5a3f56363e32b77124718e79342.tar go-tangerine-70e1a1a4dffbb5a3f56363e32b77124718e79342.tar.gz go-tangerine-70e1a1a4dffbb5a3f56363e32b77124718e79342.tar.bz2 go-tangerine-70e1a1a4dffbb5a3f56363e32b77124718e79342.tar.lz go-tangerine-70e1a1a4dffbb5a3f56363e32b77124718e79342.tar.xz go-tangerine-70e1a1a4dffbb5a3f56363e32b77124718e79342.tar.zst go-tangerine-70e1a1a4dffbb5a3f56363e32b77124718e79342.zip |
Merge pull request #32 from josephyzhou/develop
typo, duplications
-rw-r--r-- | ethchain/state_object.go | 1 |
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() |