This commit is contained in:
jl777
2016-11-17 18:59:14 -03:00
parent d1289e418c
commit 45a3a2ff00
2 changed files with 4 additions and 5 deletions

View File

@@ -33,13 +33,8 @@
#include "uthash.h"
#include "utlist.h"
#define GENESIS_NBITS 0x1f00ffff
#define KOMODO_MINRATIFY 7
#define KOMODO_MAXBLOCKS 5000000
#include "komodo_structs.h"
struct komodo_state KOMODO_STATES[33];
#include "komodo_globals.h"

View File

@@ -16,6 +16,10 @@
#include "uthash.h"
#include "utlist.h"
#define GENESIS_NBITS 0x1f00ffff
#define KOMODO_MINRATIFY 7
#define KOMODO_MAXBLOCKS 5000000
struct pax_transaction
{
UT_hash_handle hh;