mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-17 21:08:32 +00:00
More consensus/types re-export cleanup (#8665)
Remove more of the temporary re-exports from `consensus/types` Co-Authored-By: Mac L <mjladson@pm.me>
This commit is contained in:
@@ -4,7 +4,7 @@ use crate::types::{EnrAttestationBitfield, EnrSyncCommitteeBitfield};
|
||||
use std::ops::Deref;
|
||||
use tracing::trace;
|
||||
use types::ChainSpec;
|
||||
use types::data_column_custody_group::compute_subnets_for_node;
|
||||
use types::data::compute_subnets_for_node;
|
||||
|
||||
/// Returns the predicate for a given subnet.
|
||||
pub fn subnet_predicate<E>(
|
||||
|
||||
Reference in New Issue
Block a user