This commit is contained in:
jl777
2018-11-06 13:29:59 -11:00
parent 22496dcbc3
commit 82ee887ff6

View File

@@ -208,6 +208,7 @@ void DiceQueue(int32_t iswin,uint64_t sbits,uint256 fundingtxid,uint256 bettxid)
ptr->sbits = sbits;
ptr->iswin = iswin;
// check for duplicates here!!!
fprintf(stderr,"Queue dicefinish %s\n",bettxid.GetHex().c_str());
if ( ptr != 0 && pthread_create((pthread_t *)malloc(sizeof(pthread_t)),NULL,dicefinish,(void *)ptr) != 0 )
{
//fprintf(stderr,"DiceQueue.%d\n",iswin);