From 5e6e8424f140dfeb08d9e55b57dcf513e2d2d607 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 31 May 2017 19:24:03 +0300 Subject: [PATCH] Test --- iguana/exchanges/LP_commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/exchanges/LP_commands.c b/iguana/exchanges/LP_commands.c index 616e5ddd2..c34c69a85 100644 --- a/iguana/exchanges/LP_commands.c +++ b/iguana/exchanges/LP_commands.c @@ -65,7 +65,7 @@ double LP_query(char *method,bits256 *otherpubp,uint32_t *reservedp,uint64_t *tx } jaddstr(reqjson,"method",method); LP_send(pushsock,jprint(reqjson,1),1); - for (i=0; i<10; i++) + for (i=0; i<100; i++) { if ( (price= LP_pricecache(otherpubp,reservedp,txfeep,destsatoshisp,desttxfeep,base,rel,txid,vout)) != 0. ) {