This commit is contained in:
blackjok3r
2018-10-29 12:44:09 +08:00
parent dc4d2cd7c7
commit cdd74f5bb3

View File

@@ -682,6 +682,7 @@ int64_t DicePlanFunds(uint64_t &entropyval,uint256 &entropytxid,uint64_t refsbit
SetCCunspents(unspentOutputs,coinaddr);
entropyval = 0;
int loops = 0;
fprintf(stderr, "number of unspents: %ld\n",unspentOutputs.size());
for (std::vector<std::pair<CAddressUnspentKey, CAddressUnspentValue> >::const_iterator it=unspentOutputs.begin(); it!=unspentOutputs.end(); it++)
{
loops++;