From 512ebd876bf90ad395784d793070ec0547676c02 Mon Sep 17 00:00:00 2001 From: Christopher Franko Date: Sat, 5 Sep 2015 15:26:15 -0400 Subject: [PATCH] update blockreward to 8 because its a lucky number :dancer: --- core/fees.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)