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).