Merge pull request #290 from Gustav-Simonsson/correct_block_parent_timestamp_check

Correct block parent timestamp check and typos
This commit is contained in:
Jeffrey Wilcke
2015-02-05 12:23:56 -08:00
2 changed files with 7 additions and 7 deletions

View File

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