spec: confirm default 0 val for latest_start_shard
This commit is contained in:
parent
45506ded5d
commit
2727590762
@ -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![],
|
||||
|
Loading…
Reference in New Issue
Block a user