diff --git a/beacon_node/store/src/hot_cold_store.rs b/beacon_node/store/src/hot_cold_store.rs index 15242cdd4..c86f9f663 100644 --- a/beacon_node/store/src/hot_cold_store.rs +++ b/beacon_node/store/src/hot_cold_store.rs @@ -1801,7 +1801,7 @@ impl, Cold: ItemStore> HotColdDB } } - // Iterate block roots backwards to oldest blob slot. + // Iterate block roots forwards from the oldest blob slot. warn!( self.log, "Pruning blobs sidecars stored longer than data availability boundary";