From f8491862ad3e0d8fac2b02cef26938fd2e7d4b35 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 12 Sep 2017 11:25:47 +0200 Subject: [PATCH] Test --- iguana/exchanges/mm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/exchanges/mm.c b/iguana/exchanges/mm.c index 7949a8b7e..6e0e4ee60 100644 --- a/iguana/exchanges/mm.c +++ b/iguana/exchanges/mm.c @@ -803,7 +803,7 @@ int main(int argc, const char * argv[]) double profitmargin,maxexposure,incrratio,start_rel,start_base,minask,maxbid,incr; cJSON *retjson,*loginjson; int32_t i; OS_init(); - if ( (0) ) + if ( (1) ) { ep = LP_electrum_info("BTC","46.4.125.2",50001,IGUANA_MAXPACKETSIZE * 10); //88.198.241.196" if ( ep != 0 && OS_thread_create(malloc(sizeof(pthread_t)),NULL,(void *)LP_dedicatedloop,(void *)ep) != 0 )