typo, duplications

pull/150/head
Joey Zhou 10 years ago
parent 5d67139206
commit 7c41e413e4
  1. 1
      ethchain/state_object.go

@ -249,7 +249,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()

Loading…
Cancel
Save