This commit is contained in:
jl777
2018-11-27 05:02:21 -11:00
parent 3065bbdcc4
commit 3be59de4ab

View File

@@ -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() );