This commit is contained in:
jl777
2016-11-19 16:26:49 -03:00
parent a9bb99d2fe
commit 03ef7187bc
3 changed files with 18 additions and 15 deletions

View File

@@ -72,5 +72,6 @@ struct komodo_state
uint256 NOTARIZED_HASH,NOTARIZED_DESTTXID;
int32_t SAVEDHEIGHT,CURRENT_HEIGHT,NOTARIZED_HEIGHT;
uint32_t KOMODO_REALTIME,SAVEDTIMESTAMP;
struct notarized_checkpoint *NPOINTS; int32_t NUM_NPOINTS;
struct komodo_event **Komodo_events; int32_t Komodo_numevents;
};