More consensus/types reexport cleanup

This commit is contained in:
Mac L
2026-01-15 14:05:55 +11:00
parent 1abc41e337
commit f3238c7947
39 changed files with 45 additions and 100 deletions

View File

@@ -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;