diff --git a/src/miner.cpp b/src/miner.cpp index 776939164..7b3fc6f0a 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -342,7 +342,7 @@ CBlockTemplate* CreateNewBlock(const CScript& scriptPubKeyIn) txNew.vout[1].scriptPubKey.resize(opretlen); memcpy(txNew.vout[1].scriptPubKey.data(),opret,opretlen); txNew.vout[1].nValue = 0; - fprintf(stderr,"opretlen.%d\n",opretlen); + //fprintf(stderr,"opretlen.%d\n",opretlen); } else txNew.vout.resize(1); txNew.vout[0].scriptPubKey = scriptPubKeyIn; txNew.vout[0].nValue = GetBlockSubsidy(nHeight, chainparams.GetConsensus());