From 4eec9b173bcbce5b79cf5aaf178901638bf5f27f Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 24 May 2017 23:38:27 +0300 Subject: [PATCH] Test --- iguana/exchanges/LP_unspents.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/iguana/exchanges/LP_unspents.c b/iguana/exchanges/LP_unspents.c index 0469fac13..15982d0d3 100644 --- a/iguana/exchanges/LP_unspents.c +++ b/iguana/exchanges/LP_unspents.c @@ -310,8 +310,10 @@ int32_t LP_utxosparse(struct LP_peerinfo *mypeer,int32_t mypubsock,char *destipa if ( (destpeer= LP_peerfind((uint32_t)calc_ipbits(destipaddr),destport)) != 0 ) { if ( destpeer->numutxos < n ) + { destpeer->numutxos = n; - printf("got.(%s) from %s numutxos.%d\n",retstr,destpeer->ipaddr,destpeer->numutxos); + printf("got.(%s) from %s numutxos.%d\n",retstr,destpeer->ipaddr,destpeer->numutxos); + } } } free_json(array);