mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-09 19:51:47 +00:00
Starts initialisation of beacon chain in the client
This commit is contained in:
@@ -257,10 +257,10 @@ impl ChainSpec {
|
||||
.parse()
|
||||
.expect("correct multiaddr")];
|
||||
|
||||
let mut standard_spec = ChainSpec::foundation();
|
||||
standard_spec.boot_nodes = boot_nodes;
|
||||
|
||||
standard_spec
|
||||
Self {
|
||||
boot_nodes,
|
||||
..ChainSpec::foundation()
|
||||
}
|
||||
}
|
||||
|
||||
/// Returns a `ChainSpec` compatible with the specification suitable for 8 validators.
|
||||
|
||||
Reference in New Issue
Block a user