ICO allocation

This commit is contained in:
jl777
2016-09-13 16:14:36 -03:00
parent 1a32177712
commit f333b7b9e9

View File

@@ -1369,7 +1369,7 @@ CAmount GetBlockSubsidy(int nHeight, const Consensus::Params& consensusParams)
{ {
CAmount nSubsidy = 3 * COIN; CAmount nSubsidy = 3 * COIN;
if ( nHeight == 1 ) if ( nHeight == 1 )
return(100000000 * COIN); return(100000000 * COIN); // ICO allocation
/* /*
// Mining slow start // Mining slow start
// The subsidy is ramped up linearly, skipping the middle payout of // The subsidy is ramped up linearly, skipping the middle payout of