]> Git Repo - VerusCoin.git/blobdiff - src/komodo.h
test
[VerusCoin.git] / src / komodo.h
index 069019fd52fc518b9e67b62144ad884033977627..38f9a68b175760ec7b9c8f901d18e7833e4fdd5f 100644 (file)
 
 #include "komodo_structs.h"
 
-FILE *Minerfp;
-int8_t Minerids[KOMODO_MAXBLOCKS]; // 5 million blocks
-#define KOMODO_ELECTION_GAP ((ASSETCHAINS_SYMBOL[0] == 0) ? 2000 : 100)
-
-int32_t KMDHEIGHT = 43000;
-
-struct pax_transaction *PAX;
-int32_t NUM_PRICES; uint32_t *PVALS;
-struct knotaries_entry *Pubkeys;
-struct nutxo_entry *NUTXOS; int32_t Num_nutxos;
-struct notarized_checkpoint *NPOINTS; int32_t NUM_NPOINTS;
 
 struct komodo_state
 {
This page took 0.02179 seconds and 4 git commands to generate.