This commit is contained in:
jl777
2016-10-29 18:56:08 -03:00
parent bfeb197661
commit 6607800cd7

View File

@@ -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;