Merge pull request #32 from josephyzhou/develop

typo, duplications
This commit is contained in:
Jeffrey Wilcke 2014-07-04 00:10:29 +02:00
commit 70e1a1a4df
1 changed files with 0 additions and 1 deletions

View File

@ -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()