Fix wording

Co-authored-by: Michael Sproul <micsproul@gmail.com>
This commit is contained in:
Emilia Hane 2023-01-24 11:13:55 +01:00 committed by Emilia Hane
parent f6346f89c1
commit c50f83116e
No known key found for this signature in database
GPG Key ID: E73394F9C09206FA

View File

@ -1817,7 +1817,7 @@ impl<E: EthSpec, Hot: ItemStore<E>, Cold: ItemStore<E>> HotColdDB<E, Hot, Cold>
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).