From 044d5f2cc23c0160e74fe6064fa054b6b421ddce Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 25 Mar 2019 02:47:21 -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 b24deca7f..198933a77 100644 --- a/src/cc/gamescc.cpp +++ b/src/cc/gamescc.cpp @@ -258,7 +258,7 @@ UniValue games_events(uint64_t txfee,struct CCcontract_info *cp,cJSON *params) void komodo_netevent(std::vector message) { - int32_t i,retval; uint32_t timestamp,now; CPubKey pk; std::vector sig,payload; char str[67]; + int32_t i,retval,lag; uint32_t timestamp,now; CPubKey pk; std::vector sig,payload; char str[67]; if ( games_eventdecode(timestamp,pk,sig,payload,message) == 'E' ) { now = (uint32_t)time(NULL);