diff --git a/core/fees.go b/core/fees.go index 98adc603d9..2092f145e6 100644 --- a/core/fees.go +++ b/core/fees.go @@ -20,4 +20,4 @@ import ( "math/big" ) -var BlockReward *big.Int = big.NewInt(6e+18) +var BlockReward *big.Int = big.NewInt(8e+18)