This commit is contained in:
jl777
2016-11-17 14:09:25 -03:00
parent c5214efefe
commit 3501e4d27f
2 changed files with 3 additions and 3 deletions

View File

@@ -38,10 +38,10 @@
FILE *Minerfp;
int8_t Minerids[1024 * 1024 * 5]; // 5 million blocks
#include "komodo_events.h"
#include "komodo_globals.h"
#include "komodo_utils.h"
#include "komodo_events.h"
#include "cJSON.c"
#include "komodo_bitcoind.h"

View File

@@ -16,7 +16,7 @@
#ifndef H_KOMODOEVENTS_H
#define H_KOMODOEVENTS_H
/*
#ifdef WIN32
#define PACKED
#else
@@ -146,5 +146,5 @@ void komodo_eventadd_redeemed(char *symbol,int32_t height,bits256 kmdtxid,uint16
// process events
//
*/
#endif