struct CCcontract_info *cp

This commit is contained in:
jl777
2018-07-30 02:10:37 -11:00
parent f1dd27eb25
commit 730f13dc06

View File

@@ -478,7 +478,7 @@ UniValue DiceList()
struct CCcontract_info *Diceinit(struct CCcontract_info *C,char *planstr,uint64_t &txfee,CPubKey &mypk,CPubKey &dicepk,uint64_t &sbits)
{
int64_t a,b,c,d;
int64_t a,b,c,d; struct CCcontract_info *cp;
cp = CCinit(C,EVAL_DICE);
if ( txfee == 0 )
txfee = 10000;