mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-07 10:09:26 +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 ssz_derive::{Decode, Encode};
|
||||
use std::time::Duration;
|
||||
use tracing::{debug, instrument};
|
||||
use tree_hash::TreeHash;
|
||||
use types::blob_sidecar::BlobIdentifier;
|
||||
use types::data::BlobIdentifier;
|
||||
use types::{
|
||||
BeaconStateError, BlobSidecar, Epoch, EthSpec, Hash256, SignedBeaconBlockHeader, Slot,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user