This commit is contained in:
Duke Leto
2021-01-23 22:30:56 -05:00
parent 2e31b7d2dc
commit 482990936f
14 changed files with 31 additions and 32 deletions

View File

@@ -122,7 +122,7 @@ struct hush_state
uint32_t SAVEDTIMESTAMP;
uint64_t deposited,issued,withdrawn,approved,redeemed,shorted;
struct notarized_checkpoint *NPOINTS; int32_t NUM_NPOINTS,last_NPOINTSi;
struct hush_event **Hush_events; int32_t Komodo_numevents;
struct hush_event **Hush_events; int32_t Hush_numeventss;
uint32_t RTbufs[64][3]; uint64_t RTmask;
};