Remove 10 entropy cap

This commit is contained in:
jl777
2018-12-01 01:56:08 -11:00
parent b7ad65f3e2
commit 69f0b8631f

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);