mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
[ fixed issue I'd caused ]
This commit is contained in:
parent
0d4e1b8d6f
commit
e2efc7b99f
1 changed files with 1 additions and 1 deletions
|
|
@ -554,7 +554,7 @@ func accumulateRewards(config *params.ChainConfig, state *state.StateDB, header
|
||||||
r.Mul(r, blockReward)
|
r.Mul(r, blockReward)
|
||||||
r.Div(r, big8)
|
r.Div(r, big8)
|
||||||
state.AddBalance(uncle.Coinbase, r)
|
state.AddBalance(uncle.Coinbase, r)
|
||||||
Initialised chain configuration
|
|
||||||
r.Div(blockReward, big32)
|
r.Div(blockReward, big32)
|
||||||
reward.Add(reward, r)
|
reward.Add(reward, r)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue