This commit is contained in:
jl777
2018-11-08 03:24:48 -11:00
parent 52e473dd6c
commit 79e277533a

View File

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