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;