From 3be59de4ab102a9113d54aea2c6fd9c9eaa4b6ca Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 27 Nov 2018 05:02:21 -1100 Subject: [PATCH] Add K --- 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 df6fa942b..0cc646d79 100644 --- a/src/cc/dice.cpp +++ b/src/cc/dice.cpp @@ -1719,7 +1719,7 @@ double DiceStatus(uint64_t txfee,char *planstr,uint256 fundingtxid,uint256 bettx GetCCaddress(cp,coinaddr,dicepk); if ( bettxid == zeroid ) // scan { - if ( fundingpk != scriptPubkey ) + if ( fundingpk != scriptPubKey ) { CCerror = "Diceinit error in status, non-dealer must provide bettxid"; fprintf(stderr,"%s\n", CCerror.c_str() );