`eth2_processor` fix
This commit is contained in:
parent
c2d5a55d95
commit
f9624b5e69
|
@ -275,7 +275,7 @@ proc processSignedBeaconBlock*(
|
|||
|
||||
proc processBlobSidecar*(
|
||||
self: var Eth2Processor, src: MsgSource,
|
||||
blobSidecar: deneb.BlobSidecar, subnet_id: BlobId): ValidationRes =
|
||||
blobSidecar: ForkyBlobSidecar, subnet_id: BlobId): ValidationRes =
|
||||
template block_header: untyped = blobSidecar.signed_block_header.message
|
||||
|
||||
let
|
||||
|
|
Loading…
Reference in New Issue