diff --git a/src/cc/dice.cpp b/src/cc/dice.cpp index 7c1a9890d..282fe21a1 100644 --- a/src/cc/dice.cpp +++ b/src/cc/dice.cpp @@ -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; }