This commit is contained in:
jl777
2018-07-28 00:34:09 -11:00
parent 1cbb6e1390
commit 93637d45bf

View File

@@ -291,7 +291,7 @@ uint64_t AddRewardsInputs(CScript &scriptPubKey,int32_t fundsflag,struct CCcontr
n++; n++;
if ( (total > 0 && totalinputs >= total) || (maxinputs > 0 && n >= maxinputs) ) if ( (total > 0 && totalinputs >= total) || (maxinputs > 0 && n >= maxinputs) )
break; break;
} } else fprintf(stderr,"null funcid\n");
} }
} }
return(totalinputs); return(totalinputs);