mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 14:46:42 +00:00
Modify block rewards from 5 to 8
This commit is contained in:
parent
010d757e2e
commit
7e15bf9013
1 changed files with 1 additions and 1 deletions
|
|
@ -20,4 +20,4 @@ import (
|
|||
"math/big"
|
||||
)
|
||||
|
||||
var BlockReward *big.Int = big.NewInt(5e+18)
|
||||
var BlockReward *big.Int = big.NewInt(8e+18)
|
||||
|
|
|
|||
Loading…
Reference in a new issue