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

@@ -43,7 +43,7 @@ use std::time::{SystemTime, UNIX_EPOCH};
use store::database::interface::BeaconNodeBackend;
use timer::spawn_timer;
use tracing::{debug, info, instrument, warn};
use types::data_column_custody_group::compute_ordered_custody_column_indices;
use types::data::compute_ordered_custody_column_indices;
use types::{
BeaconState, BlobSidecarList, ChainSpec, EthSpec, ExecutionBlockHash, Hash256,
SignedBeaconBlock, test_utils::generate_deterministic_keypairs,