From 00deff02d598158dbec7e29d4d8118525d60a5dd Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 22 Oct 2016 14:19:14 -0300 Subject: [PATCH] test --- src/miner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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());