From 84c340321e6513f6678368b1f8c52cd59436fb42 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 23 Feb 2018 22:47:26 +0200 Subject: [PATCH] Allow alice to trade after swap --- 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 e850580ff..5bde3539c 100644 --- a/iguana/exchanges/LP_ordermatch.c +++ b/iguana/exchanges/LP_ordermatch.c @@ -967,6 +967,7 @@ struct LP_quoteinfo *LP_trades_gotconnected(void *ctx,struct LP_quoteinfo *qp,st if ( (retstr= LP_connectedalice(qp,pairstr)) != 0 ) free(retstr); LP_mypriceset(&changed,qp->destcoin,qp->srccoin,0.); + LP_alicequery_clear(); return(qp); } //printf("LP_trades_alicevalidate error\n");