From 371bb08502f7eb710340f0cf541ed2dbde9ed1bb Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 3 Jun 2017 08:28:30 +0300 Subject: [PATCH] Test --- iguana/exchanges/LP_utxos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/exchanges/LP_utxos.c b/iguana/exchanges/LP_utxos.c index 1096fd338..7a44196b9 100644 --- a/iguana/exchanges/LP_utxos.c +++ b/iguana/exchanges/LP_utxos.c @@ -191,7 +191,7 @@ void LP_utxosquery(int32_t amclient,struct LP_peerinfo *mypeer,int32_t mypubsock return; } peer = LP_peerfind((uint32_t)calc_ipbits(destipaddr),destport); - if ( (peer != 0 && peer->errors > 0) || mypeer == 0 ) + if ( mypeer == 0 ) //(peer != 0 && peer->errors > 0) || return; if ( coin == 0 ) coin = "";