Skip to content

Commit 70e1a1a

Browse files
committed
Merge pull request ethereum#32 from josephyzhou/develop
typo, duplications
2 parents 8baa0f8 + 7c41e41 commit 70e1a1a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ethchain/state_object.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,6 @@ func (c *StateObject) RlpDecode(data []byte) {
248248
c.Nonce = decoder.Get(0).Uint()
249249
c.Amount = decoder.Get(1).BigInt()
250250
c.state = NewState(ethtrie.NewTrie(ethutil.Config.Db, decoder.Get(2).Interface()))
251-
c.state = NewState(ethtrie.NewTrie(ethutil.Config.Db, decoder.Get(2).Interface()))
252251

253252
c.ScriptHash = decoder.Get(3).Bytes()
254253

0 commit comments

Comments
 (0)