Browse Source

test

release/v0.1
jl777 8 years ago
parent
commit
ad82cdcd82
  1. 2
      iguana/iguana_unspents.c

2
iguana/iguana_unspents.c

@ -930,7 +930,7 @@ int64_t iguana_utxoaddr_gen(struct iguana_info *coin,int32_t maketable)
balance += iguana_bundle_unspents(coin,coin->bundles[hdrsi],maketable); balance += iguana_bundle_unspents(coin,coin->bundles[hdrsi],maketable);
fprintf(stderr,"(%d %.8f) ",hdrsi,dstr(balance)); fprintf(stderr,"(%d %.8f) ",hdrsi,dstr(balance));
} }
#include "uthash.h" #include "../includes/uthash.h"
fprintf(stderr,"%d bundles for iguana_utxoaddr_gen.[%d] max.%d HASH_COUNT %d\n",hdrsi,coin->utxoaddrind,coin->utxodatasize,HASH_COUNT(coin->utxoaddrs)); fprintf(stderr,"%d bundles for iguana_utxoaddr_gen.[%d] max.%d HASH_COUNT %d\n",hdrsi,coin->utxoaddrind,coin->utxodatasize,HASH_COUNT(coin->utxoaddrs));
HASH_ITER(hh,coin->utxoaddrs,utxoaddr,tmp); HASH_ITER(hh,coin->utxoaddrs,utxoaddr,tmp);
{ {

Loading…
Cancel
Save