Skip to content

Commit

Permalink
fix: getDataColumnSidecars param type
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewkeil committed Sep 9, 2024
1 parent 61343ae commit 17bf0d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/beacon-node/src/util/blobs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export function computeBlobSidecars(
*/
export function getDataColumnSidecars(
config: ChainForkConfig,
signedBlock: SignedBeaconBlock<ForkBlobs>,
signedBlock: SignedBeaconBlock,
contents: deneb.Contents & {kzgCommitmentsInclusionProof?: peerdas.KzgCommitmentsInclusionProof}
): peerdas.DataColumnSidecars {
const blobKzgCommitments = (signedBlock as deneb.SignedBeaconBlock).message.body.blobKzgCommitments;
Expand Down

0 comments on commit 17bf0d3

Please sign in to comment.