This commit is contained in:
jl777
2019-03-27 09:19:27 -11:00
parent e909810c76
commit bdf32a01fb

View File

@@ -63,7 +63,7 @@ UniValue games_settle(uint64_t txfee,struct CCcontract_info *cp,cJSON *params)
}
mypk = pubkey2pk(Mypubkey());
gamespk = GetUnspendable(cp,0);
acpk = buf2pk(ASSETCHAINS_OVERRIDE_PUBKEY33);
//acpk = buf2pk(ASSETCHAINS_OVERRIDE_PUBKEY33);
result.push_back(Pair("result","success"));
/*if ( params != 0 && cJSON_GetArraySize(params) == 1 )
{