debug print

This commit is contained in:
blackjok3r
2018-11-28 20:55:46 +08:00
parent 7a25c614cf
commit f5746c6416

View File

@@ -290,8 +290,10 @@ CBlockTemplate* CreateNewBlock(const CScript& scriptPubKeyIn,int32_t gpucount)
CFeeRate feeRate(nTotalIn-tx.GetValueOut(), nTxSize);
if (fNotarisation)
if (fNotarisation) {
dPriority = 1e16;
fprintf(stderr, "Notarisation.%s set to maximum priority.\n",tx.hash.ToString().c_str());
}
if (porphan)
{