Browse Source

Test

etomic
jl777 8 years ago
parent
commit
b83ad9b444
  1. 1
      iguana/exchanges/LP_utxos.c

1
iguana/exchanges/LP_utxos.c

@ -259,6 +259,7 @@ char *LP_utxos(int32_t iambob,struct LP_peerinfo *mypeer,char *symbol,int32_t la
if ( lastn >= n )
firsti = -1;
else firsti = (n - lastn);
printf("LP_utxos iambob.%d symbol.%p lastn.%d\n",iambob,symbol,lastn);
HASH_ITER(hh,LP_utxoinfos[iambob],utxo,tmp)
{
if ( i++ < firsti )

Loading…
Cancel
Save