This commit is contained in:
Duke Leto
2020-09-14 15:34:09 -04:00
parent b83f38c615
commit 1ae419b54c

View File

@@ -2402,13 +2402,8 @@ bool ReadBlockFromDisk(CBlock& block, const CBlockIndex* pindex,bool checkPOW)
return true; return true;
} }
//uint64_t komodo_moneysupply(int32_t height);
CAmount GetBlockSubsidy(int nHeight, const Consensus::Params& consensusParams) CAmount GetBlockSubsidy(int nHeight, const Consensus::Params& consensusParams)
{ {
fprintf(stderr,"%s: ht.%d\n", __func__, nHeight);
int32_t numhalvings,i; uint64_t numerator; CAmount nSubsidy = 3 * COIN;
return komodo_ac_block_subsidy(nHeight); return komodo_ac_block_subsidy(nHeight);
} }