mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-10 04:01:51 +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:
@@ -15,7 +15,7 @@ use std::iter;
|
||||
use std::marker::PhantomData;
|
||||
use std::sync::Arc;
|
||||
use tracing::{debug, instrument};
|
||||
use types::data_column_sidecar::ColumnIndex;
|
||||
use types::data::ColumnIndex;
|
||||
use types::{
|
||||
BeaconStateError, ChainSpec, DataColumnSidecar, DataColumnSubnetId, EthSpec, Hash256,
|
||||
SignedBeaconBlockHeader, Slot,
|
||||
|
||||
Reference in New Issue
Block a user