Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
9dcf3d29b5
  1. 2
      iguana/iguana_unspents.c

2
iguana/iguana_unspents.c

@ -1439,8 +1439,10 @@ int32_t iguana_spendvectors(struct iguana_info *coin,struct iguana_bundle *bp,st
}
for (k=0; k<T[txidind].numvins && errs==0; k++,spendind++)
{
#ifdef __APPLE__
if ( bp == coin->current && (spendind % 100) == 0 )
printf("[%-3d:%4d] spendvectors elapsed t.%-3d spendind.%d\n",bp->hdrsi,i,(uint32_t)time(NULL)-starttime,spendind);
#endif
u = 0;
spentbp = 0;
s = &S[spendind];

Loading…
Cancel
Save