This commit is contained in:
@@ -85,7 +85,7 @@ int64_t NSPV_addinputs(struct NSPV_utxoresp *used,CMutableTransaction &mtx,int64
|
|||||||
utxos[n++] = ptr[i];
|
utxos[n++] = ptr[i];
|
||||||
}
|
}
|
||||||
remains = total;
|
remains = total;
|
||||||
//fprintf(stderr,"n.%d for total %.8f\n",n,(double)total/COIN);
|
fprintf(stderr,"threshold %.8f n.%d for total %.8f\n",(double)threshold/COIN,n,(double)total/COIN);
|
||||||
for (i=0; i<maxinputs && n>0; i++)
|
for (i=0; i<maxinputs && n>0; i++)
|
||||||
{
|
{
|
||||||
below = above = 0;
|
below = above = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user