This commit is contained in:
jl777
2018-11-06 05:05:10 -11:00
parent 37aa6f8a72
commit 2efca53593

View File

@@ -367,7 +367,7 @@ int64_t AddNormalinputs(CMutableTransaction &mtx,CPubKey mypk,int64_t total,int3
up->nValue = out.tx->vout[out.i].nValue;
up->vout = vout;
fprintf(stderr,"add %.8f to vins array.%d of %d\n",(double)up->nValue/COIN,n,maxutxos);
if ( n >= maxinputs )
if ( n >= maxutxos )
break;
}
}