From 1c889e3e2b1fc5c954f51c539f65fb6ae73f88b7 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 21 Oct 2017 18:44:30 +0300 Subject: [PATCH] Test --- iguana/exchanges/LP_ordermatch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/exchanges/LP_ordermatch.c b/iguana/exchanges/LP_ordermatch.c index ef1d36f6a..395ec3880 100644 --- a/iguana/exchanges/LP_ordermatch.c +++ b/iguana/exchanges/LP_ordermatch.c @@ -581,7 +581,7 @@ void LP_reserved(void *ctx,char *myipaddr,int32_t mypubsock,struct LP_quoteinfo Alice_expiration = 0; LP_query(ctx,myipaddr,mypubsock,"connect",qp); } - } + } else printf("reject reserved due to not eligible.%d or mismatched quote\n",LP_alice_eligible()); } int32_t LP_tradecommand(void *ctx,char *myipaddr,int32_t pubsock,cJSON *argjson,uint8_t *data,int32_t datalen)