Fix conflicts from rebasing eip4844

This commit is contained in:
Emilia Hane
2023-02-09 08:20:08 +01:00
parent 290e1d2ff7
commit 1300fb7ffa
3 changed files with 4 additions and 3 deletions

View File

@@ -126,8 +126,6 @@ pub struct BlobInfo {
pub oldest_blob_slot: Option<Slot>,
/// A separate blobs database is in use.
pub blobs_db: bool,
/// The slot after which blobs are available (>=).
pub oldest_blob_slot: Option<Slot>,
}
impl StoreItem for BlobInfo {