This commit is contained in:
jl777
2016-11-19 11:53:53 -03:00
parent 35fc5e6674
commit e7a90cf93c
2 changed files with 7 additions and 6 deletions

View File

@@ -70,6 +70,7 @@ struct notarized_checkpoint { uint256 notarized_hash,notarized_desttxid; int32_t
struct komodo_state
{
uint256 NOTARIZED_HASH,NOTARIZED_DESTTXID;
int32_t SAVEDHEIGHT,CURRENT_HEIGHT,NOTARIZED_HEIGHT,rewinding;
int32_t SAVEDHEIGHT,CURRENT_HEIGHT,NOTARIZED_HEIGHT;
uint32_t KOMODO_REALTIME;
struct komodo_event **Komodo_events; int32_t Komodo_numevents;
};