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