This commit is contained in:
jl777
2016-10-26 19:55:03 -03:00
parent 2d6fb81efd
commit 420d7311e8
4 changed files with 12 additions and 11 deletions

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