spec: confirm default 0 val for latest_start_shard

This commit is contained in:
Michael Sproul 2019-05-14 15:49:58 +10:00
parent 45506ded5d
commit 2727590762
No known key found for this signature in database
GPG Key ID: 77B1309D2E54E914

View File

@ -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![],