Correct block parent timestamp check and typos

This commit is contained in:
Gustav Simonsson
2015-02-03 23:09:39 +01:00
parent 4dc283c0fb
commit 697c2b5dc1
2 changed files with 7 additions and 7 deletions

View File

@ -206,7 +206,7 @@ func (self *Miner) mine() {
block.SetReceipts(receipts)
// Accumulate the rewards included for this block
blockProcessor.AccumelateRewards(state, block, parent)
blockProcessor.AccumulateRewards(state, block, parent)
state.Update(ethutil.Big0)
block.SetRoot(state.Root())