This commit is contained in:
jl777
2019-03-25 01:29:45 -11:00
parent 404ef7d173
commit 15b10ece31

View File

@@ -196,7 +196,7 @@ UniValue games_events(uint64_t txfee,struct CCcontract_info *cp,cJSON *params)
{
komodo_sendmessage(4,8,"events",E_MARSHAL(ss << EVAL_GAMES << 'E' << mypk << sig << payload));
result.push_back(Pair("result","success"));
result.push_back(Pair("pubkey33",pubkey33_str(str,mypk)));
result.push_back(Pair("pubkey33",pubkey33_str(str,(uint8_t *)&mypk)));
result.push_back(Pair("sig",sig.HexStr()));
}
else