From 093b14a1584f70820a791e95d2abef8e239b2740 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 25 Mar 2019 02:14:36 -1100 Subject: [PATCH] Test --- src/cc/gamescc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cc/gamescc.cpp b/src/cc/gamescc.cpp index 3d3052025..2a1bb1e4f 100644 --- a/src/cc/gamescc.cpp +++ b/src/cc/gamescc.cpp @@ -180,7 +180,7 @@ UniValue games_register(uint64_t txfee,struct CCcontract_info *cp,cJSON *params) return(result); } -int32_t games_eventsign(std::vector &sig,std::vector payload,CPubKey pk) +int32_t games_eventsign(std::vector &sig,std::vector &payload,CPubKey pk) { static secp256k1_context *ctx; size_t siglen = 74; secp256k1_ecdsa_signature signature; int32_t len; uint8_t privkey[32]; uint256 hash; uint32_t timestamp;