Merge branch 'update-signed-blob-sidecar' into post-block-and-blobs

This commit is contained in:
Jimmy Chen
2023-03-14 11:52:25 +11:00
3 changed files with 4 additions and 4 deletions

View File

@@ -19,6 +19,6 @@ use tree_hash_derive::TreeHash;
#[serde(bound = "T: EthSpec")]
#[arbitrary(bound = "T: EthSpec")]
pub struct SignedBlobSidecar<T: EthSpec> {
pub blob: BlobSidecar<T>,
pub message: BlobSidecar<T>,
pub signature: Signature,
}