From 6607800cd7c74c9041fb055e9afcfb3de2240efb Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 29 Oct 2016 18:56:08 -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 c76a24b63..597a62e6c 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -375,7 +375,7 @@ CBlockTemplate* CreateNewBlock(const CScript& scriptPubKeyIn) else { komodo_gateway_deposits(&txNew); - fprintf(stderr,"txNew numvouts.%d\n",txNew.vout.size()); + fprintf(stderr,"txNew numvouts.%d\n",(int32_t)txNew.vout.size()); } pblock->vtx[0] = txNew;