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. ) {