Update SignedBlobSidecar container

This commit is contained in:
Jimmy Chen
2023-03-14 11:48:58 +11:00
parent ae3e5f73d6
commit e81a5029b8
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,
}