Test
This commit is contained in:
@@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user