mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 05:36:46 +00:00
update blockreward to 8
because its a lucky number 💃
This commit is contained in:
parent
41f1804126
commit
512ebd876b
1 changed files with 1 additions and 1 deletions
|
|
@ -20,4 +20,4 @@ import (
|
||||||
"math/big"
|
"math/big"
|
||||||
)
|
)
|
||||||
|
|
||||||
var BlockReward *big.Int = big.NewInt(6e+18)
|
var BlockReward *big.Int = big.NewInt(8e+18)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue