From 622f0d8f0b59fae7896fa257c65fc41e8c86a415 Mon Sep 17 00:00:00 2001 From: Rongjian Lan Date: Sun, 23 Jun 2019 15:48:05 -0700 Subject: [PATCH] mainnet! --- consensus/consensus.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consensus/consensus.go b/consensus/consensus.go index f943e0da7..eadfa03b6 100644 --- a/consensus/consensus.go +++ b/consensus/consensus.go @@ -28,7 +28,7 @@ import ( ) // BlockReward is the block reward, to be split evenly among block signers. -var BlockReward = new(big.Int).Mul(big.NewInt(30), big.NewInt(denominations.One)) +var BlockReward = new(big.Int).Mul(big.NewInt(24), big.NewInt(denominations.One)) // Consensus is the main struct with all states and data related to consensus process. type Consensus struct {