This commit is contained in:
jl777
2018-11-07 06:37:39 -11:00
parent 9d94f533f4
commit ad92d45ca1

View File

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