From 53ebe213be5c196b4a8e58da5263f9544814c699 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 6 Jun 2017 20:29:36 +0300 Subject: [PATCH] Test --- iguana/exchanges/LP_nativeDEX.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/exchanges/LP_nativeDEX.c b/iguana/exchanges/LP_nativeDEX.c index 6e6398d2b..17dac45c4 100644 --- a/iguana/exchanges/LP_nativeDEX.c +++ b/iguana/exchanges/LP_nativeDEX.c @@ -325,7 +325,7 @@ void LPinit(uint16_t myport,uint16_t mypullport,uint16_t mypubport,double profit printf("couldnt get myipaddr or null mypeer.%p\n",mypeer); exit(-1); } - printf("utxos.(%s)\n",LP_utxos(mypeer,"",10000)); + //printf("utxos.(%s)\n",LP_utxos(mypeer,"",10000)); } LP_mainloop(mypeer,mypubport,pubsock,pullsock,myport,amclient,passphrase,profitmargin); }