This commit is contained in:
Eitan Seri- Levi
2026-02-10 21:08:31 -08:00
parent fe602d911a
commit abf0c33e12
15 changed files with 193 additions and 213 deletions

View File

@@ -92,7 +92,6 @@ impl<T: BeaconChainTypes> FetchBlobsBeaconAdapter<T> {
pub(crate) fn cached_blob_indexes(&self, block_root: &Hash256) -> Option<Vec<u64>> {
self.chain
.data_availability_checker
.v1()
.cached_blob_indexes(block_root)
}