mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-07 03:22:20 +00:00
Clarify wording
Co-authored-by: Michael Sproul <micsproul@gmail.com>
This commit is contained in:
parent
756c881857
commit
e4b447395a
@ -122,7 +122,7 @@ impl StoreItem for AnchorInfo {
|
|||||||
/// Database parameters relevant to blob sync.
|
/// Database parameters relevant to blob sync.
|
||||||
#[derive(Debug, PartialEq, Eq, Clone, Encode, Decode, Serialize, Deserialize, Default)]
|
#[derive(Debug, PartialEq, Eq, Clone, Encode, Decode, Serialize, Deserialize, Default)]
|
||||||
pub struct BlobInfo {
|
pub struct BlobInfo {
|
||||||
/// The slot before which blobs are available.
|
/// The slot after which blobs are available (>=).
|
||||||
pub oldest_blob_slot: Slot,
|
pub oldest_blob_slot: Slot,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user