Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tbenr committed Dec 12, 2024
1 parent 96bdd8e commit 45639ab
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,11 @@ private BlobSidecarsAndValidationResult validateImmediately(
};
}

@Override
public BlobSidecarsAndValidationResult createAvailabilityCheckerAndValidateImmediately(
final SignedBeaconBlock block, final List<BlobSidecar> blobSidecars) {
throw new UnsupportedOperationException("Not available in fork choice reference tests");
}

private record BlobsAndProofs(List<Blob> blobs, List<KZGProof> proofs) {}
}

0 comments on commit 45639ab

Please sign in to comment.