diff --git a/beacon_node/store/src/hot_cold_store.rs b/beacon_node/store/src/hot_cold_store.rs index 3cefe9775..1aa073788 100644 --- a/beacon_node/store/src/hot_cold_store.rs +++ b/beacon_node/store/src/hot_cold_store.rs @@ -1711,7 +1711,7 @@ impl, Cold: ItemStore> HotColdDB Ok(()) } - // + /// Try to prune blobs approximating data availability boundary when it is not at hand. pub fn try_prune_most_blobs(&self, force: bool) -> Result<(), Error> { let eip4844_fork = match self.spec.eip4844_fork_epoch { Some(epoch) => epoch,