Limit to 10

This commit is contained in:
jl777
2018-12-01 01:23:56 -11:00
parent 645db3d82b
commit ef9476f367

View File

@@ -1672,8 +1672,8 @@ void *dealer0_loop(void *_arg)
if ( entropytxs < DICE_MINUTXOS )
{
n = sqrt(DICE_MINUTXOS - entropytxs);
//if ( n > 10 )
// n = 10;
if ( n > 10 )
n = 10;
for (i=0; i<DICE_MINUTXOS - entropytxs && i<n; i++)
{
res = DiceAddfunding(txfee,planstr,dealer0_fundingtxid,1000*COIN);///100);