Browse Source

Test

etomic
jl777 8 years ago
parent
commit
4eec9b173b
  1. 2
      iguana/exchanges/LP_unspents.c

2
iguana/exchanges/LP_unspents.c

@ -310,10 +310,12 @@ 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= LP_peerfind((uint32_t)calc_ipbits(destipaddr),destport)) != 0 )
{ {
if ( destpeer->numutxos < n ) if ( destpeer->numutxos < n )
{
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); free_json(array);
} }
return(n); return(n);

Loading…
Cancel
Save