This commit is contained in:
obscuren
2015-02-09 00:06:24 +01:00
31 changed files with 358 additions and 265 deletions

View File

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