This commit is contained in:
jl777
2018-11-07 09:14:36 -11:00
parent 1a78c11437
commit 16770709d9

View File

@@ -1334,7 +1334,7 @@ double DiceStatus(uint64_t txfee,char *planstr,uint256 fundingtxid,uint256 bettx
{
mySenddicetransaction(res,entropyused,txid,betTx,funcid);
n++;
if ( n >= 100 )
if ( n >= 1000 )
break;
} //else error = res;
}