Skip to content

Commit

Permalink
add correct serde for field in BlobSidecar
Browse files Browse the repository at this point in the history
  • Loading branch information
ralexstokes committed Aug 29, 2023
1 parent dfb50f7 commit 3394989
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 3394989

Please sign in to comment.