From 67e526485da3041cfe08cf960e595c7564c6425b Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 27 Oct 2016 06:48:34 -0300 Subject: [PATCH] test --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 28393810f..e5fcc4736 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1415,8 +1415,8 @@ CAmount GetBlockSubsidy(int nHeight, const Consensus::Params& consensusParams) CAmount nSubsidy = 3 * COIN; if ( nHeight == 1 ) return(100000000 * COIN); // ICO allocation - //else if ( komodo_moneysupply(nHeight) < MAX_MONEY ) - // return(3 * COIN); + else if ( komodo_moneysupply(nHeight) < MAX_MONEY ) + return(3 * COIN); else return(0); /* // Mining slow start