mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-09 11:41:51 +00:00
Update SignedBlobSidecar container (#4078)
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user