From d3cc1ec118c72d39fc9079b06a59232804a7e7d4 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 31 Jul 2018 22:06:26 -1100 Subject: [PATCH] Tsp --- src/cc/dice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cc/dice.cpp b/src/cc/dice.cpp index ceb9b409a..e643ee9e1 100644 --- a/src/cc/dice.cpp +++ b/src/cc/dice.cpp @@ -746,7 +746,7 @@ std::string DiceAddfunding(uint64_t txfee,char *planstr,uint256 fundingtxid,int6 if ( (cp= Diceinit(fundingPubKey,fundingtxid,&C,planstr,txfee,mypk,dicepk,sbits,minbet,maxbet,maxodds,timeoutblocks)) == 0 ) return(0); scriptPubKey = CScript() << ParseHex(HexStr(mypk)) << OP_CHECKSIG; - if ( 0 ) + if ( 1 ) { uint8_t *ptr0,*ptr1; int32_t i; ptr0 = (uint8_t *)scriptPubKey.data();