Skip to content

Commit

Permalink
Merge pull request #220 from ralexstokes/fix-blob-sidecar
Browse files Browse the repository at this point in the history
add correct serde for field in BlobSidecar
  • Loading branch information
ralexstokes authored Aug 29, 2023
2 parents dfb50f7 + 3394989 commit 12508c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ethereum-consensus/src/deneb/blob_sidecar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ pub struct BlobSidecar<const BYTES_PER_BLOB: usize> {
pub block_root: Root,
#[serde(with = "crate::serde::as_string")]
pub index: BlobIndex,
#[serde(with = "crate::serde::as_string")]
pub slot: Slot,
pub block_parent_root: Root,
#[serde(with = "crate::serde::as_string")]
Expand Down

0 comments on commit 12508c1

Please sign in to comment.