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

@@ -320,7 +320,7 @@ impl<T: EthSpec> std::fmt::Display for PubsubMessage<T> {
PubsubMessage::BlobSidecar(data) => write!(
f,
"BlobSidecar: slot: {}, blob index: {}",
data.1.blob.slot, data.1.blob.index,
data.1.message.slot, data.1.message.index,
),
PubsubMessage::AggregateAndProofAttestation(att) => write!(
f,