diff --git a/iguana/exchanges/LP_ordermatch.c b/iguana/exchanges/LP_ordermatch.c index 197a16c15..d0e10ae02 100644 --- a/iguana/exchanges/LP_ordermatch.c +++ b/iguana/exchanges/LP_ordermatch.c @@ -673,8 +673,10 @@ char *LP_trade(void *ctx,char *myipaddr,int32_t mypubsock,double profitmargin,st char str[65],str2[65]; printf("dest.(%s)/v%d fee.(%s)/v%d\n",bits256_str(str,qp->desttxid),qp->destvout,bits256_str(str2,qp->feetxid),qp->feevout); return(clonestr("{\"error\":\"cant find alice utxopair\"}")); } + printf("aliceutxo.%p\n",aliceutxo); if ( (bobutxo= LP_utxopairfind(1,qp->txid,qp->vout,qp->txid2,qp->vout2)) == 0 ) return(clonestr("{\"error\":\"cant find bob utxopair\"}")); + printf("bobutxo.%p\n",bobutxo); bobutxo->T.bestflag = (uint32_t)time(NULL); if ( (retstr= LP_registerall(0)) != 0 ) free(retstr);