diff --git a/src/komodo_gateway.h b/src/komodo_gateway.h index b3d5da869..da5af5d88 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -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);