mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
small typo to fix compile
This commit is contained in:
parent
7430a44dd6
commit
b27f201d1b
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue