From 9f7b951b508408eb1b750bc63fcbc2daea42192a Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 23 May 2017 18:19:31 +0300 Subject: [PATCH] Test --- iguana/exchanges/LP_unspents.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iguana/exchanges/LP_unspents.c b/iguana/exchanges/LP_unspents.c index cd74e3a72..cd6bc5493 100644 --- a/iguana/exchanges/LP_unspents.c +++ b/iguana/exchanges/LP_unspents.c @@ -234,11 +234,11 @@ void LPinit(uint16_t port,double profitmargin) free(retstr); for (i=0; i 20 ) + if ( (rand() % 100) > 25 ) continue; if ( (retstr= issue_LP_intro(default_LPnodes[i],port,ipaddr,port,0.01)) != 0 ) { - //printf("(%s) -> %s\n",default_LPnodes[i],retstr); + printf("(%s) -> %s\n",default_LPnodes[i],retstr); free(retstr); } }