From ee9b44ce666d8b1eea189ff0e303acd808432de4 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 22 Oct 2016 13:48:08 -0300 Subject: [PATCH] test --- src/miner.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/miner.cpp b/src/miner.cpp index 80f974759..776939164 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -342,6 +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); } else txNew.vout.resize(1); txNew.vout[0].scriptPubKey = scriptPubKeyIn; txNew.vout[0].nValue = GetBlockSubsidy(nHeight, chainparams.GetConsensus());