mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-28 00:27:26 +00:00
reverted vm back
This commit is contained in:
parent
6212175be3
commit
709eff4ea7
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue