reverted vm back

This commit is contained in:
obscuren 2014-12-03 13:52:30 +01:00
parent 6212175be3
commit 709eff4ea7

View File

@ -342,7 +342,7 @@ func (sm *BlockManager) ValidateBlock(block, parent *types.Block) error {
return nil
}
func (sm *BlockManager) AccumelateRewards(state *state.State, block, parent *types.Block) error {
func (sm *BlockManager) AccumelateRewards(statedb *state.State, block, parent *types.Block) error {
reward := new(big.Int).Set(BlockReward)
knownUncles := ethutil.Set(parent.Uncles)