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

@@ -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
);
}