|
|
@ -710,7 +710,7 @@ int32_t iguana_spendvectors(struct iguana_info *coin,struct iguana_bundle *bp) |
|
|
|
} |
|
|
|
for (k=0; k<T[txidind].numvins && errs==0; k++,spendind++) |
|
|
|
{ |
|
|
|
if ( (spendind % 10000) == 0 ) |
|
|
|
if ( (spendind % 100000) == 0 ) |
|
|
|
printf("spendvectors elapsed.%-3d [%-3d:%4d] spendind.%d\n",(uint32_t)time(NULL)-starttime,bp->hdrsi,i,spendind); |
|
|
|
s = &S[spendind]; |
|
|
|
u = 0; |
|
|
|