Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
da662b0260
  1. 5
      iguana/iguana_unspents.c

5
iguana/iguana_unspents.c

@ -808,6 +808,7 @@ int64_t iguana_fastfindinit(struct iguana_info *coin)
{ {
for (iter=0; iter<2; iter++) for (iter=0; iter<2; iter++)
{ {
total = 0;
for (i=0; i<coin->bundlescount-1; i++) for (i=0; i<coin->bundlescount-1; i++)
if ( (bp= coin->bundles[i]) != 0 ) if ( (bp= coin->bundles[i]) != 0 )
total += iguana_fastfindinitbundle(coin,bp,iter); total += iguana_fastfindinitbundle(coin,bp,iter);
@ -860,9 +861,9 @@ int64_t iguana_fastfindinit(struct iguana_info *coin)
coin->fastfps[i] = 0; coin->fastfps[i] = 0;
} }
free(hashtable); free(hashtable);
} } else printf("couldnt overwrite (%s)\n",fname);
free(sortbuf); free(sortbuf);
} } else printf("couldnt load sortbuf (%s)\n",fname);
} }
printf("initialized with errs.%d\n",errs); printf("initialized with errs.%d\n",errs);
} }

Loading…
Cancel
Save