Skip to content

Commit

Permalink
Merge pull request ethereum#32 from josephyzhou/develop
Browse files Browse the repository at this point in the history
typo, duplications
  • Loading branch information
obscuren committed Jul 3, 2014
2 parents 8baa0f8 + 7c41e41 commit 70e1a1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ethchain/state_object.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 70e1a1a

Please sign in to comment.