From 9afda6ab8cb72269b299664a69edb545a5aebeb6 Mon Sep 17 00:00:00 2001 From: Jeffrey Wilcke Date: Sat, 25 Jul 2015 12:06:17 +0200 Subject: core: 5 ether block reward --- core/fees.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/fees.go') diff --git a/core/fees.go b/core/fees.go index 3f6177975..29ba5c5a6 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) -- cgit v1.2.3