This commit is contained in:
jl777
2018-11-08 02:49:20 -11:00
parent 4a957f42ff
commit d1df996b53

View File

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