diff --git a/beacon_node/store/src/hot_cold_store.rs b/beacon_node/store/src/hot_cold_store.rs index 5f15fb84bc..35dbbe39cd 100644 --- a/beacon_node/store/src/hot_cold_store.rs +++ b/beacon_node/store/src/hot_cold_store.rs @@ -1768,7 +1768,7 @@ impl, Cold: ItemStore> HotColdDB return Ok(()); } - let blob_info = self.get_blob_info(); // now returns `BlobInfo` not `Option<_>` + let blob_info = self.get_blob_info(); let oldest_blob_slot = blob_info .oldest_blob_slot .unwrap_or(eip4844_fork.start_slot(E::slots_per_epoch()));