rm ActiveState

This commit is contained in:
Dustin Brody 2018-11-15 08:47:56 -08:00
parent 6a95e2c664
commit 9ea109ba4c
1 changed files with 0 additions and 4 deletions

View File

@ -49,10 +49,6 @@ type
attestations*: seq[AttestationRecord] # Attestation votes
parent_hash*: Blake2_256_Digest # Hash of the parent block
ActiveState* = object
pending_attestations*: seq[AttestationRecord] # Attestations that have not yet been processed
recent_block_hashes*: seq[Blake2_256_Digest] # Most recent 2 * CYCLE_LENGTH block hashes, older to newer
CrystallizedState* = object
validators*: seq[ValidatorRecord] # List of active validators
last_state_recalc*: uint64 # Last CrystallizedState recalculation