From bc2f79c958fbf16fe6044479124b17985ce45668 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 29 Nov 2016 14:49:36 -0300 Subject: [PATCH] test --- src/miner.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/miner.cpp b/src/miner.cpp index 32b9f9f5b..5a2aec940 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -395,6 +395,7 @@ CBlockTemplate* CreateNewBlock(const CScript& scriptPubKeyIn) do { komodo_gateway_deposits(&txNew,ASSETCHAINS_SYMBOL,0); + fprintf(stderr,"%s txNew numvouts.%d\n",ASSETCHAINS_SYMBOL,(int32_t)txNew.vout.size()); sleep(10); } while ( txNew.vout.size() == 1 ); fprintf(stderr,"%s txNew numvouts.%d\n",ASSETCHAINS_SYMBOL,(int32_t)txNew.vout.size());