This commit is contained in:
jl777
2016-11-17 19:08:33 -03:00
parent 1bfdde1da3
commit ca3cf9aa3f
2 changed files with 1 additions and 2 deletions

View File

@@ -35,8 +35,6 @@
#include "komodo_structs.h"
struct komodo_state KOMODO_STATES[33];
#include "komodo_globals.h"
#include "komodo_utils.h"

View File

@@ -35,6 +35,7 @@ struct knotaries_entry *Pubkeys;
struct nutxo_entry *NUTXOS; int32_t Num_nutxos;
struct notarized_checkpoint *NPOINTS; int32_t NUM_NPOINTS;
struct komodo_state KOMODO_STATES[33];
int COINBASE_MATURITY = 100;