reverted vm back

pull/206/head
obscuren 10 years ago
parent 6212175be3
commit 709eff4ea7
  1. 2
      chain/block_manager.go

@ -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)

Loading…
Cancel
Save