diff --git a/src/cc/dice.cpp b/src/cc/dice.cpp index cbc1dec40..1331aa4e2 100644 --- a/src/cc/dice.cpp +++ b/src/cc/dice.cpp @@ -1326,8 +1326,8 @@ double DiceStatus(uint64_t txfee,char *planstr,uint256 fundingtxid,uint256 bettx { mySenddicetransaction(res,entropyused,txid,betTx,funcid); n++; - if ( n >= 100 ) - break; + //if ( n >= 100 ) + // break; } //else error = res; } }