pricedata

This commit is contained in:
jl777
2019-03-27 03:46:03 -11:00
parent 46bd37f800
commit 89913fa6ae
5 changed files with 51 additions and 9 deletions

View File

@@ -1731,7 +1731,7 @@ UniValue games_fund(uint64_t txfee,struct CCcontract_info *cp,cJSON *params)
{
mtx.vout.push_back(MakeCC1vout(cp->evalcode,amount,gamespk));
rawtx = FinalizeCCTx(0,cp,mtx,mypk,GAMES_TXFEE,opret);
return(games_rawtxresult(result,rawtx,1));
return(games_rawtxresult(resulft,rawtx,1));
}
else
{