From ed84dd46eb3d2f28d9c824739dc6672b3c6ee8f3 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 6 Nov 2018 19:57:56 -1100 Subject: [PATCH] Syntax --- src/cc/dice.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cc/dice.cpp b/src/cc/dice.cpp index 202425f10..69e06a258 100644 --- a/src/cc/dice.cpp +++ b/src/cc/dice.cpp @@ -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());