From 00b8a949f832a076f17eabbf3ee2addaa57acedc Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 15 Jun 2017 21:48:54 +0300 Subject: [PATCH] Test --- iguana/exchanges/LP_quotes.c | 1 - 1 file changed, 1 deletion(-) diff --git a/iguana/exchanges/LP_quotes.c b/iguana/exchanges/LP_quotes.c index f52b7faf7..02b0ae7f8 100644 --- a/iguana/exchanges/LP_quotes.c +++ b/iguana/exchanges/LP_quotes.c @@ -523,7 +523,6 @@ char *LP_autotrade(char *myipaddr,int32_t mypubsock,double profitmargin,char *ba return(clonestr("{\"error\":\"cant set ordermatch quote\"}")); if ( LP_quotedestinfo(&Q,Q.timestamp+1,asatoshis,autxo->payment.txid,autxo->payment.vout,autxo->fee.txid,autxo->fee.vout,LP_mypubkey,autxo->coinaddr) < 0 ) return(clonestr("{\"error\":\"cant set ordermatch quote info\"}")); - LP_unavailableset(autxo,bestutxo->pubkey); price = LP_query(myipaddr,mypubsock,profitmargin,"request",&Q); if ( price <= maxprice ) {