From e088998867a4d7979b87004fcc47745e3ff16f32 Mon Sep 17 00:00:00 2001 From: Jeffrey Wilcke Date: Sat, 25 Jul 2015 12:06:17 +0200 Subject: [PATCH] core: 5 ether block reward --- core/fees.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/fees.go b/core/fees.go index 3f61779752..29ba5c5a64 100644 --- a/core/fees.go +++ b/core/fees.go @@ -20,4 +20,4 @@ import ( "math/big" ) -var BlockReward *big.Int = big.NewInt(1.5e+18) +var BlockReward *big.Int = big.NewInt(5e+18)