This commit is contained in:
jl777
2018-11-08 11:01:58 -11:00
parent 071796aeab
commit 18780bac54

View File

@@ -287,7 +287,7 @@ int32_t dice_betspent(char *debugstr,uint256 bettxid)
}
else*/
{
LOCK(mempool.cs);
//LOCK(mempool.cs);
if ( myIsutxo_spentinmempool(bettxid,0) != 0 || myIsutxo_spentinmempool(bettxid,1) != 0 )
{
fprintf(stderr,"%s bettxid.%s already spent in mempool\n",debugstr,bettxid.GetHex().c_str());