From c4b2c6ddea02d1a99a53005e93ea78d7eb17a646 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 27 Mar 2018 20:16:28 +0300 Subject: [PATCH] Test --- iguana/exchanges/LP_ordermatch.c | 1 + 1 file changed, 1 insertion(+) diff --git a/iguana/exchanges/LP_ordermatch.c b/iguana/exchanges/LP_ordermatch.c index 2613617b0..7247d7a93 100644 --- a/iguana/exchanges/LP_ordermatch.c +++ b/iguana/exchanges/LP_ordermatch.c @@ -1492,6 +1492,7 @@ 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 )