mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-29 02:33:48 +00:00
More consensus/types reexport cleanup
This commit is contained in:
@@ -10,7 +10,7 @@ use beacon_chain::{
|
||||
use bls::{Keypair, Signature};
|
||||
use logging::create_test_tracing_subscriber;
|
||||
use std::sync::{Arc, LazyLock};
|
||||
use types::{blob_sidecar::FixedBlobSidecarList, *};
|
||||
use types::{data::FixedBlobSidecarList, *};
|
||||
|
||||
type E = MainnetEthSpec;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user