mirror of
https://github.com/sigp/lighthouse.git
synced 2026-06-29 10:54:24 +00:00
Fix typo in BeaconState
Co-Authored-By: paulhauner <paul@paulhauner.com>
This commit is contained in:
@@ -229,7 +229,7 @@ impl BeaconState {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Always builds an epoch cache, even if it is alread initialized.
|
/// Always builds an epoch cache, even if it is already initialized.
|
||||||
pub fn force_build_epoch_cache(
|
pub fn force_build_epoch_cache(
|
||||||
&mut self,
|
&mut self,
|
||||||
relative_epoch: RelativeEpoch,
|
relative_epoch: RelativeEpoch,
|
||||||
|
|||||||
Reference in New Issue
Block a user