From 79e277533ab4ea83024ebc8234624f119bae4d74 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 8 Nov 2018 03:24:48 -1100 Subject: [PATCH] Test --- src/cc/dice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cc/dice.cpp b/src/cc/dice.cpp index c115c7af3..17da7d110 100644 --- a/src/cc/dice.cpp +++ b/src/cc/dice.cpp @@ -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 )