From c50f83116e6f08762598532fbafd4f8462387ba4 Mon Sep 17 00:00:00 2001 From: Emilia Hane <58548332+emhane@users.noreply.github.com> Date: Tue, 24 Jan 2023 11:13:55 +0100 Subject: [PATCH] Fix wording Co-authored-by: Michael Sproul --- 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 36b29a161..90e917474 100644 --- a/beacon_node/store/src/hot_cold_store.rs +++ b/beacon_node/store/src/hot_cold_store.rs @@ -1817,7 +1817,7 @@ impl, Cold: ItemStore> HotColdDB oldest_blob_slot, end_slot, || { - // todo(emhane): In the future, if the data availability boundary is less than the + // todo(emhane): In the future, if the data availability boundary is more recent than the // split (finalized) epoch, this code will have to change to decide what to do // with pruned blobs in our not-yet-finalized canonical chain and not-yet-orphaned // forks (see DBColumn::BeaconBlobOrphan).