mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 17:26:04 +00:00
chain config TODO
This commit is contained in:
@@ -10,6 +10,7 @@ pub struct ChainConfig {
|
|||||||
pub max_validator_churn_quotient: u64,
|
pub max_validator_churn_quotient: u64,
|
||||||
pub genesis_time: u64,
|
pub genesis_time: u64,
|
||||||
pub slot_duration_millis: u64,
|
pub slot_duration_millis: u64,
|
||||||
|
// TODO: Come back to this
|
||||||
pub initial_validators: Vec<ValidatorRecord>,
|
pub initial_validators: Vec<ValidatorRecord>,
|
||||||
|
|
||||||
// New constants
|
// New constants
|
||||||
|
|||||||
Reference in New Issue
Block a user