Clarify wording

Co-authored-by: Michael Sproul <micsproul@gmail.com>
This commit is contained in:
Emilia Hane 2023-01-24 10:50:39 +01:00 committed by Emilia Hane
parent 756c881857
commit e4b447395a
No known key found for this signature in database
GPG Key ID: E73394F9C09206FA

View File

@ -122,7 +122,7 @@ impl StoreItem for AnchorInfo {
/// Database parameters relevant to blob sync.
#[derive(Debug, PartialEq, Eq, Clone, Encode, Decode, Serialize, Deserialize, Default)]
pub struct BlobInfo {
/// The slot before which blobs are available.
/// The slot after which blobs are available (>=).
pub oldest_blob_slot: Slot,
}