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;