From cdd74f5bb3da7450f3f842cd1915fafeb2e87fec Mon Sep 17 00:00:00 2001 From: blackjok3r Date: Mon, 29 Oct 2018 12:44:09 +0800 Subject: [PATCH] a --- src/cc/dice.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cc/dice.cpp b/src/cc/dice.cpp index 81d9231a1..9cb1efced 100644 --- a/src/cc/dice.cpp +++ b/src/cc/dice.cpp @@ -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 >::const_iterator it=unspentOutputs.begin(); it!=unspentOutputs.end(); it++) { loops++;