mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 09:16:00 +00:00
fix after merge
This commit is contained in:
@@ -153,6 +153,7 @@ pub fn validate_blob_sidecar_for_gossip<T: BeaconChainTypes>(
|
|||||||
let blob_index = signed_blob_sidecar.message.index;
|
let blob_index = signed_blob_sidecar.message.index;
|
||||||
let block_parent_root = signed_blob_sidecar.message.block_parent_root;
|
let block_parent_root = signed_blob_sidecar.message.block_parent_root;
|
||||||
let blob_proposer_index = signed_blob_sidecar.message.proposer_index;
|
let blob_proposer_index = signed_blob_sidecar.message.proposer_index;
|
||||||
|
let block_root = signed_blob_sidecar.message.block_root;
|
||||||
|
|
||||||
// Verify that the blob_sidecar was received on the correct subnet.
|
// Verify that the blob_sidecar was received on the correct subnet.
|
||||||
if blob_index != subnet {
|
if blob_index != subnet {
|
||||||
|
|||||||
Reference in New Issue
Block a user