mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-08 03:51:22 +00:00
modify formatting
This commit is contained in:
parent
e2b8a15b4e
commit
730281ed7d
@ -48,7 +48,10 @@ pub fn genesis_beacon_state(spec: &ChainSpec) -> Result<BeaconState, Error> {
|
|||||||
* Randomness and committees
|
* Randomness and committees
|
||||||
*/
|
*/
|
||||||
latest_randao_mixes: vec![spec.zero_hash; spec.latest_randao_mixes_length as usize],
|
latest_randao_mixes: vec![spec.zero_hash; spec.latest_randao_mixes_length as usize],
|
||||||
latest_vdf_outputs: vec![spec.zero_hash; (spec.latest_randao_mixes_length / spec.epoch_length) as usize],
|
latest_vdf_outputs: vec![
|
||||||
|
spec.zero_hash;
|
||||||
|
(spec.latest_randao_mixes_length / spec.epoch_length) as usize
|
||||||
|
],
|
||||||
shard_committees_at_slots: vec![],
|
shard_committees_at_slots: vec![],
|
||||||
/*
|
/*
|
||||||
* Custody challenges
|
* Custody challenges
|
||||||
|
Loading…
Reference in New Issue
Block a user