Browse Source

Test

etomic
jl777 8 years ago
parent
commit
371bb08502
  1. 2
      iguana/exchanges/LP_utxos.c

2
iguana/exchanges/LP_utxos.c

@ -191,7 +191,7 @@ void LP_utxosquery(int32_t amclient,struct LP_peerinfo *mypeer,int32_t mypubsock
return; return;
} }
peer = LP_peerfind((uint32_t)calc_ipbits(destipaddr),destport); 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; return;
if ( coin == 0 ) if ( coin == 0 )
coin = ""; coin = "";

Loading…
Cancel
Save