Browse Source

Test

etomic
jl777 8 years ago
parent
commit
9ef56e6143
  1. 2
      iguana/exchanges/LP_nativeDEX.c

2
iguana/exchanges/LP_nativeDEX.c

@ -518,7 +518,7 @@ void LP_utxosquery(int32_t amclient,struct LP_peerinfo *mypeer,int32_t mypubsock
{ {
if ( i++ < firsti ) if ( i++ < firsti )
continue; continue;
if ( utxo->lasttime != now ) if ( utxo->lasttime != now && strcmp(utxo->ipaddr,"127.0.0.1") != 0 )
{ {
char str[65]; printf("{%s:%u %s} ",utxo->ipaddr,utxo->port,bits256_str(str,utxo->txid)); char str[65]; printf("{%s:%u %s} ",utxo->ipaddr,utxo->port,bits256_str(str,utxo->txid));
flag++; flag++;

Loading…
Cancel
Save