Skip to content

Commit

Permalink
fix assemble
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Jan 31, 2025
1 parent 3561914 commit 3ecea72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public static BlobSidecarGossipValidator create(
spec,
invalidBlockRoots,
validationHelper,
(slot -> spec.atSlot(slot).miscHelpers().toVersionDeneb().orElseThrow()),
slot -> spec.atSlot(slot).miscHelpers().toVersionDeneb().orElseThrow(),
kzg);
}

Expand Down

0 comments on commit 3ecea72

Please sign in to comment.