From 7e15bf90137f0c4f2e963d5e9dee6a144d223240 Mon Sep 17 00:00:00 2001 From: Julian Yap Date: Fri, 2 Dec 2016 22:26:57 -1000 Subject: [PATCH] Modify block rewards from 5 to 8 --- core/fees.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/fees.go b/core/fees.go index 0bb26f0552..de5ecc9d61 100644 --- a/core/fees.go +++ b/core/fees.go @@ -20,4 +20,4 @@ import ( "math/big" ) -var BlockReward *big.Int = big.NewInt(5e+18) +var BlockReward *big.Int = big.NewInt(8e+18)