From a2eda76291923fab8ad9264e475fefa9307a8cca Mon Sep 17 00:00:00 2001 From: Emilia Hane Date: Tue, 24 Jan 2023 11:12:33 +0100 Subject: [PATCH] Correct comment --- beacon_node/store/src/hot_cold_store.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";