From c039354e19a089eafa753f03948d0329a3559cd8 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 27 Mar 2018 20:17:34 +0300 Subject: [PATCH] Test --- iguana/exchanges/LP_ordermatch.c | 1 - 1 file changed, 1 deletion(-) diff --git a/iguana/exchanges/LP_ordermatch.c b/iguana/exchanges/LP_ordermatch.c index 7247d7a93..2613617b0 100644 --- a/iguana/exchanges/LP_ordermatch.c +++ b/iguana/exchanges/LP_ordermatch.c @@ -1492,7 +1492,6 @@ char *LP_autobuy(void *ctx,char *myipaddr,int32_t mypubsock,char *base,char *rel LP_txfees(&txfee,&desttxfee,base,rel); destsatoshis = SATOSHIDEN * relvolume + 2*desttxfee; LP_address_utxo_reset(&num,relcoin); - printf("got num.%d from utxo reset\n",num); if ( num <= 1 ) { if ( time(NULL) > relcoin->lastautosplit+300 )