From 587d01f78a20e2cf35e79ff431636a939ec55c01 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 9 Nov 2018 01:56:16 -1100 Subject: [PATCH] Test --- src/cc/dice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cc/dice.cpp b/src/cc/dice.cpp index aa7cb6447..8b39f09b6 100644 --- a/src/cc/dice.cpp +++ b/src/cc/dice.cpp @@ -1048,7 +1048,7 @@ int64_t DicePlanFunds(uint64_t &entropyval,uint256 &entropytxid,uint64_t refsbit SetCCunspents(unspentOutputs,coinaddr); entropyval = 0; int loops = 0; - int numtxs = unspentOutputs.size()/8; + int numtxs = unspentOutputs.size()/2; int startfrom = rand() % (numtxs+1); for (std::vector >::const_iterator it=unspentOutputs.begin(); it!=unspentOutputs.end(); it++) {