mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 01:05:47 +00:00
spec: confirm default 0 val for latest_start_shard
This commit is contained in:
@@ -176,7 +176,7 @@ impl<T: EthSpec> BeaconState<T> {
|
|||||||
spec.zero_hash;
|
spec.zero_hash;
|
||||||
T::LatestRandaoMixesLength::to_usize()
|
T::LatestRandaoMixesLength::to_usize()
|
||||||
]),
|
]),
|
||||||
latest_start_shard: 0, // FIXME(sproul)
|
latest_start_shard: 0,
|
||||||
|
|
||||||
// Finality
|
// Finality
|
||||||
previous_epoch_attestations: vec![],
|
previous_epoch_attestations: vec![],
|
||||||
|
|||||||
Reference in New Issue
Block a user