mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-15 10:52:43 +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:
@@ -33,9 +33,7 @@ pub use peerdb::sync_status::{SyncInfo, SyncStatus};
|
||||
use std::collections::{HashMap, HashSet, hash_map::Entry};
|
||||
use std::net::IpAddr;
|
||||
use strum::IntoEnumIterator;
|
||||
use types::data_column_custody_group::{
|
||||
CustodyIndex, compute_subnets_from_custody_group, get_custody_groups,
|
||||
};
|
||||
use types::data::{CustodyIndex, compute_subnets_from_custody_group, get_custody_groups};
|
||||
|
||||
/// Unified peer subnet information structure for pruning logic.
|
||||
struct PeerSubnetInfo<E: EthSpec> {
|
||||
|
||||
Reference in New Issue
Block a user