small typo to fix compile

This commit is contained in:
Derek May 2018-03-15 12:38:48 -07:00
parent 7430a44dd6
commit b27f201d1b

View file

@ -536,9 +536,9 @@ func accumulateRewards(config *params.ChainConfig, state *state.StateDB, header
block0Reward := egem0BlockReward block0Reward := egem0BlockReward
block1Reward := egem1BlockReward block1Reward := egem1BlockReward
block2Reward := egem2BlockReward block2Reward := egem2BlockReward
dev0Reward := egem0DevReward d0Reward := egem0DevReward
dev1Reward := egem1DevReward d1Reward := egem1DevReward
dev2Reward := egem2DevReward d2Reward := egem2DevReward
// Accumulate the rewards for the miner and any included uncles // Accumulate the rewards for the miner and any included uncles