fixup! Prune blobs before data availability breakpoint

This commit is contained in:
Emilia Hane
2023-01-08 17:45:08 +01:00
parent fe0c911402
commit 2a41f25d68
3 changed files with 14 additions and 19 deletions

View File

@@ -125,7 +125,7 @@ pub struct BlobInfo {
/// The latest epoch that blobs were pruned.
pub last_pruned_epoch: Epoch,
/// The block root of the next blobs to prune from.
pub availability_breakpoint: Hash256,
pub data_availability_breakpoint: Hash256,
/// The block root of the next blob that needs to be added to fill in the history.
pub oldest_blob_parent: Hash256,
/// The slot before which blobs are available.