Update SignedBlobSidecar container (#4078)

This commit is contained in:
Jimmy Chen
2023-03-16 03:03:56 +11:00
committed by GitHub
parent fa9baab0f7
commit 2ef3ebbef3
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,
}