test
This commit is contained in:
@@ -16,11 +16,11 @@
|
|||||||
#include "uthash.h"
|
#include "uthash.h"
|
||||||
#include "utlist.h"
|
#include "utlist.h"
|
||||||
|
|
||||||
#ifdef WIN32
|
/*#ifdef WIN32
|
||||||
#define PACKED
|
#define PACKED
|
||||||
#else
|
#else
|
||||||
#define PACKED __attribute__((packed))
|
#define PACKED __attribute__((packed))
|
||||||
#endif
|
#endif*/
|
||||||
|
|
||||||
#define GENESIS_NBITS 0x1f00ffff
|
#define GENESIS_NBITS 0x1f00ffff
|
||||||
#define KOMODO_MINRATIFY 7
|
#define KOMODO_MINRATIFY 7
|
||||||
@@ -50,7 +50,7 @@ struct komodo_event
|
|||||||
uint8_t type,reorged;
|
uint8_t type,reorged;
|
||||||
char symbol[16];
|
char symbol[16];
|
||||||
uint8_t space[];
|
uint8_t space[];
|
||||||
} PACKED;
|
};
|
||||||
|
|
||||||
struct pax_transaction
|
struct pax_transaction
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user