This commit is contained in:
jl777
2018-08-02 03:33:03 -11:00
parent 92b48feece
commit cd2a5d0af0
2 changed files with 2 additions and 0 deletions

View File

@@ -5248,6 +5248,7 @@ UniValue dicefinish(const UniValue& params, bool fHelp)
const CKeyStore& keystore = *pwalletMain;
LOCK2(cs_main, pwalletMain->cs_wallet);
name = (char *)params[0].get_str().c_str();
fprintf(stderr,"name %s\n",name);
fundingtxid = Parseuint256((char *)params[1].get_str().c_str());
bettxid = Parseuint256((char *)params[2].get_str().c_str());
hex = DiceBetFinish(&r,0,name,fundingtxid,bettxid,1);