From ca3cf9aa3f6a284ec82c587597a873565843b56a Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 17 Nov 2016 19:08:33 -0300 Subject: [PATCH] test --- src/komodo.h | 2 -- src/komodo_globals.h | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/komodo.h b/src/komodo.h index d49b3224c..514919428 100644 --- a/src/komodo.h +++ b/src/komodo.h @@ -35,8 +35,6 @@ #include "komodo_structs.h" -struct komodo_state KOMODO_STATES[33]; - #include "komodo_globals.h" #include "komodo_utils.h" diff --git a/src/komodo_globals.h b/src/komodo_globals.h index cf3241407..86cc65ad8 100644 --- a/src/komodo_globals.h +++ b/src/komodo_globals.h @@ -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;