test
This commit is contained in:
@@ -33,13 +33,8 @@
|
|||||||
#include "uthash.h"
|
#include "uthash.h"
|
||||||
#include "utlist.h"
|
#include "utlist.h"
|
||||||
|
|
||||||
#define GENESIS_NBITS 0x1f00ffff
|
|
||||||
#define KOMODO_MINRATIFY 7
|
|
||||||
#define KOMODO_MAXBLOCKS 5000000
|
|
||||||
|
|
||||||
#include "komodo_structs.h"
|
#include "komodo_structs.h"
|
||||||
|
|
||||||
|
|
||||||
struct komodo_state KOMODO_STATES[33];
|
struct komodo_state KOMODO_STATES[33];
|
||||||
|
|
||||||
#include "komodo_globals.h"
|
#include "komodo_globals.h"
|
||||||
|
|||||||
@@ -16,6 +16,10 @@
|
|||||||
#include "uthash.h"
|
#include "uthash.h"
|
||||||
#include "utlist.h"
|
#include "utlist.h"
|
||||||
|
|
||||||
|
#define GENESIS_NBITS 0x1f00ffff
|
||||||
|
#define KOMODO_MINRATIFY 7
|
||||||
|
#define KOMODO_MAXBLOCKS 5000000
|
||||||
|
|
||||||
struct pax_transaction
|
struct pax_transaction
|
||||||
{
|
{
|
||||||
UT_hash_handle hh;
|
UT_hash_handle hh;
|
||||||
|
|||||||
Reference in New Issue
Block a user