This commit is contained in:
jl777
2019-03-26 03:51:19 -11:00
parent fc3753d23b
commit 00e6b83927

View File

@@ -1456,7 +1456,8 @@ UniValue games_fund(uint64_t txfee,struct CCcontract_info *cp,cJSON *params)
{
if ( (inputsum= AddNormalinputs(mtx,mypk,amount+GAMES_TXFEE,64)) >= amount+GAMES_TXFEE )
{
mtx.vout.push_back(MakeTokensCC1vout(cp->evalcode,amount,gamespk));
mtx.vout.push_back(MakeCC1vout(cp->evalcode,amount,gamespk));
if ( 0 )
{
char destaddr[64];
GetScriptaddress(destaddr,mtx.vout[0].scriptPubKey);