Fix
This commit is contained in:
@@ -364,7 +364,7 @@ void DiceQueue(int32_t iswin,uint64_t sbits,uint256 fundingtxid,uint256 bettxid,
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ( dice_betspent((char *)"DiceQueue",ptr->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 )
|
||||||
|
|||||||
Reference in New Issue
Block a user