mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-27 01:33:33 +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;
|
||||
T::LatestRandaoMixesLength::to_usize()
|
||||
]),
|
||||
latest_start_shard: 0, // FIXME(sproul)
|
||||
latest_start_shard: 0,
|
||||
|
||||
// Finality
|
||||
previous_epoch_attestations: vec![],
|
||||
|
||||
Reference in New Issue
Block a user