mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-21 05:44:44 +00:00
Update fork choice for v0.9.1
This commit is contained in:
@@ -84,6 +84,11 @@ pub struct ChainSpec {
|
||||
domain_deposit: u32,
|
||||
domain_voluntary_exit: u32,
|
||||
|
||||
/*
|
||||
* Fork choice
|
||||
*/
|
||||
pub safe_slots_to_update_justified: u64,
|
||||
|
||||
pub boot_nodes: Vec<String>,
|
||||
pub network_id: u8,
|
||||
}
|
||||
@@ -184,6 +189,11 @@ impl ChainSpec {
|
||||
domain_deposit: 3,
|
||||
domain_voluntary_exit: 4,
|
||||
|
||||
/*
|
||||
* Fork choice
|
||||
*/
|
||||
safe_slots_to_update_justified: 8,
|
||||
|
||||
/*
|
||||
* Network specific
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user