More consensus/types reexport cleanup

This commit is contained in:
Mac L
2026-01-15 14:05:55 +11:00
parent 1abc41e337
commit f3238c7947
39 changed files with 45 additions and 100 deletions

View File

@@ -1,8 +1,8 @@
use crate::EpochProcessingError;
use milhouse::List;
use types::attestation::ParticipationFlags;
use types::beacon_state::BeaconState;
use types::eth_spec::EthSpec;
use types::participation_flags::ParticipationFlags;
pub fn process_participation_flag_updates<E: EthSpec>(
state: &mut BeaconState<E>,