yet more debug

This commit is contained in:
Duke Leto
2022-07-01 13:10:30 -04:00
parent 4988ce6f2e
commit a45150eac4
3 changed files with 30 additions and 8 deletions

View File

@@ -2359,6 +2359,7 @@ bool ReadBlockFromDisk(CBlock& block, const CBlockIndex* pindex,bool checkPOW)
CAmount GetBlockSubsidy(int nHeight, const Consensus::Params& consensusParams)
{
fprintf(stderr,"%s: nHeight=%d\n", __func__, nHeight);
return hush_sc_block_subsidy(nHeight);
}