From 6e26918746b4b5442ab88b6fccab545de2100b6c Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 31 Jul 2018 00:42:10 -1100 Subject: [PATCH] Test --- src/cc/dice.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cc/dice.cpp b/src/cc/dice.cpp index f52292f7e..b0c849580 100644 --- a/src/cc/dice.cpp +++ b/src/cc/dice.cpp @@ -554,7 +554,6 @@ struct CCcontract_info *Diceinit(CScript fundingPubKey,uint256 reffundingtxid,st if ( reffundingtxid == zeroid ) cmpflag = 0; else cmpflag = 1; - fundingtxid = zeroid; if ( DicePlanExists(fundingPubKey,reffundingtxid,cp,sbits,dicepk,minbet,maxbet,maxodds,timeoutblocks) != cmpflag ) { fprintf(stderr,"Dice plan (%s) already exists\n",planstr);