mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-10 04:01:51 +00:00
Update SignedBlobSidecar container (#4078)
This commit is contained in:
@@ -664,8 +664,8 @@ impl<T: BeaconChainTypes> Worker<T> {
|
||||
"peer_id" => %peer_id,
|
||||
"client" => %peer_client,
|
||||
"blob_topic" => blob_index,
|
||||
"blob_index" => signed_blob.blob.index,
|
||||
"blob_slot" => signed_blob.blob.slot
|
||||
"blob_index" => signed_blob.message.index,
|
||||
"blob_slot" => signed_blob.message.slot
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user