mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-13 19:46:39 +00:00
core: 5 ether block reward
This commit is contained in:
parent
db5ec711e8
commit
e088998867
1 changed files with 1 additions and 1 deletions
|
|
@ -20,4 +20,4 @@ import (
|
||||||
"math/big"
|
"math/big"
|
||||||
)
|
)
|
||||||
|
|
||||||
var BlockReward *big.Int = big.NewInt(1.5e+18)
|
var BlockReward *big.Int = big.NewInt(5e+18)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue