This commit is contained in:
jl777
2016-11-21 10:56:22 -03:00
parent 9e6d526c57
commit d3d31824e1

View File

@@ -16,11 +16,11 @@
#include "uthash.h"
#include "utlist.h"
#ifdef WIN32
/*#ifdef WIN32
#define PACKED
#else
#define PACKED __attribute__((packed))
#endif
#endif*/
#define GENESIS_NBITS 0x1f00ffff
#define KOMODO_MINRATIFY 7
@@ -50,7 +50,7 @@ struct komodo_event
uint8_t type,reorged;
char symbol[16];
uint8_t space[];
} PACKED;
};
struct pax_transaction
{