This commit is contained in:
jl777
2016-10-27 06:48:34 -03:00
parent 36a6561207
commit 67e526485d

View File

@@ -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