This commit is contained in:
jl777
2016-11-07 09:22:18 -03:00
parent 63d48f2fc9
commit 581c5dedb3

View File

@@ -155,6 +155,7 @@ void komodo_gateway_deposits(CMutableTransaction *txNew,int32_t shortflag,char *
tmp = 0;
while ( PAX != 0 && (pax= (struct pax_transaction *)PAX->hh.next) != 0 && pax != tmp )
{
printf("pax.%p marked.%d %.8f -> %.8f\n",pax,pax->marked,dstr(pax->komodoshis),dstr(pax->fiatoshis));
if ( pax->marked != 0 )
continue;
txNew->vout.resize(numvouts+1);