Skip to content

Commit

Permalink
Update consensus/state_processing/src/per_epoch_processing/altair/par…
Browse files Browse the repository at this point in the history
…ticipation_cache.rs

Co-authored-by: Paul Hauner <paul@paulhauner.com>
  • Loading branch information
realbigsean and paulhauner authored Jul 13, 2022
1 parent 8fbb9e7 commit 3f9e6c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ pub struct ParticipationCache {
/// Caches information about active validators pertaining to `self.previous_epoch`.
previous_epoch_participation: SingleEpochParticipationCache,
/// Caches the result of the `get_eligible_validator_indices` function.
pub eligible_indices: Vec<usize>,
eligible_indices: Vec<usize>,
}

impl ParticipationCache {
Expand Down

0 comments on commit 3f9e6c3

Please sign in to comment.