Test
This commit is contained in:
@@ -682,7 +682,7 @@ int64_t AddOracleInputs(struct CCcontract_info *cp,CMutableTransaction &mtx,CPub
|
|||||||
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,"nValue %.8f or utxo memspent\n",(double)nValue/COIN);
|
} //else fprintf(stderr,"nValue %.8f or utxo memspent\n",(double)nValue/COIN);
|
||||||
} else fprintf(stderr,"couldnt find transaction\n");
|
} else fprintf(stderr,"couldnt find transaction\n");
|
||||||
}
|
}
|
||||||
return(totalinputs);
|
return(totalinputs);
|
||||||
|
|||||||
Reference in New Issue
Block a user