mirror of
https://github.com/sigp/lighthouse.git
synced 2026-06-30 03:14:25 +00:00
More consensus/types reexport cleanup
This commit is contained in:
@@ -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>,
|
||||
|
||||
Reference in New Issue
Block a user