This commit is contained in:
jl777
2018-11-06 19:57:56 -11:00
parent 80f325e58a
commit ed84dd46eb

View File

@@ -205,7 +205,6 @@ void DiceQueue(int32_t iswin,uint64_t sbits,uint256 fundingtxid,uint256 bettxid)
struct dicefinish_info *ptr; CSpentIndexValue value,value2;
CSpentIndexKey key(bettxid, 0);
CSpentIndexKey key2(bettxid, 1);
CSpentIndexValue value2;
if ( GetSpentIndex(key,value) != 0 || GetSpentIndex(key2,value2) != 0 )
{
fprintf(stderr,"DiceQueue status bettxid.%s already spent\n",txid.GetHex().c_str());