This commit is contained in:
jl777
2018-11-08 03:43:49 -11:00
parent 0cc5c16676
commit 40ffbabbc0

View File

@@ -416,8 +416,8 @@ void DiceQueue(int32_t iswin,uint64_t sbits,uint256 fundingtxid,uint256 bettxid,
return; return;
} }
} }
if ( dice_betspent((char *)"DiceQueue",bettxid) != 0 ) //if ( dice_betspent((char *)"DiceQueue",bettxid) != 0 )
return; // return;
pthread_mutex_lock(&DICE_MUTEX); pthread_mutex_lock(&DICE_MUTEX);
if ( _dicehash_find(bettxid) == 0 ) if ( _dicehash_find(bettxid) == 0 )
{ {