From 2069df8ab603b73fcae01dd1d98aaf788589f550 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 16 Mar 2018 01:30:01 +0200 Subject: [PATCH] Test --- iguana/exchanges/LP_ordermatch.c | 1 + 1 file changed, 1 insertion(+) diff --git a/iguana/exchanges/LP_ordermatch.c b/iguana/exchanges/LP_ordermatch.c index 4c930dd33..78fcb7027 100644 --- a/iguana/exchanges/LP_ordermatch.c +++ b/iguana/exchanges/LP_ordermatch.c @@ -532,6 +532,7 @@ int32_t LP_connectstartbob(void *ctx,int32_t pubsock,char *base,char *rel,double LP_reserved_msg(1,qp->srccoin,qp->destcoin,zero,jprint(reqjson,0)); } sleep(1); + printf("send CONNECT for %u-%u\n",qp->R.requestid,qp->R.quoteid); LP_reserved_msg(1,qp->srccoin,qp->destcoin,zero,jprint(reqjson,0)); if ( IPC_ENDPOINT >= 0 ) LP_queuecommand(0,jprint(reqjson,1),IPC_ENDPOINT,-1,0);