This commit is contained in:
Jonathan "Duke" Leto
2020-09-05 05:36:28 -07:00
parent 86ad289a42
commit 0c0b2ec1cc
2 changed files with 2 additions and 7 deletions

View File

@@ -2416,9 +2416,7 @@ CAmount GetBlockSubsidy(int nHeight, const Consensus::Params& consensusParams)
else if ( nHeight < 2*KOMODO_ENDOFERA )
return(2 * COIN);
else return(COIN);
}
else
{
} else {
return(komodo_ac_block_subsidy(nHeight));
}
}