Keep mining rewards indefinitely

This commit is contained in:
jl777
2018-09-24 07:19:21 -11:00
parent 6b72038d2d
commit 1f77927e62

View File

@@ -1876,7 +1876,7 @@ CAmount GetBlockSubsidy(int nHeight, const Consensus::Params& consensusParams)
return(100000000 * COIN); // ICO allocation return(100000000 * COIN); // ICO allocation
else if ( nHeight < KOMODO_ENDOFERA ) //komodo_moneysupply(nHeight) < MAX_MONEY ) else if ( nHeight < KOMODO_ENDOFERA ) //komodo_moneysupply(nHeight) < MAX_MONEY )
return(3 * COIN); return(3 * COIN);
else return(0); else return(COIN);
} }
else else
{ {