This commit is contained in:
jl777
2019-03-25 00:54:40 -11:00
parent 2f26df4923
commit 807ae7314a
2 changed files with 3 additions and 1 deletions

View File

@@ -230,7 +230,7 @@ void komodo_netevent(std::vector<uint8_t> message)
{ {
for (i=0; i<payload.size(); i++) for (i=0; i<payload.size(); i++)
fprintf(stderr,"%02x",payload[i]); fprintf(stderr,"%02x",payload[i]);
fprintf(stderr," payload, got pk.%s siglen.%d\n",pubkey33_str(str,pk),(int32_t)sig.size()); fprintf(stderr," payload, got pk.%s siglen.%d\n",pubkey33_str(str,(uint8_t *)pk),(int32_t)sig.size());
} }
else else
{ {

View File

@@ -2,6 +2,8 @@
#define H_GAMESCC_H #define H_GAMESCC_H
#define ENABLE_WALLET #define ENABLE_WALLET
extern CWallet* pwalletMain;
#include "CCinclude.h" #include "CCinclude.h"
std::string MYCCLIBNAME = (char *)"gamescc"; std::string MYCCLIBNAME = (char *)"gamescc";