Skip to content

Commit

Permalink
change comment
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Oct 27, 2023
1 parent 913f02b commit 8e2cfb1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
import tech.pegasys.teku.spec.datastructures.execution.ExecutionPayloadHeader;
import tech.pegasys.teku.spec.datastructures.execution.NewPayloadRequest;
import tech.pegasys.teku.spec.logic.versions.bellatrix.block.OptimisticExecutionPayloadExecutor;
import tech.pegasys.teku.spec.logic.versions.deneb.helpers.MiscHelpersDeneb;

public interface BlobSidecarsAvailabilityChecker {

Expand Down Expand Up @@ -57,6 +56,6 @@ public BlobSidecarsAndValidationResult validateImmediately(

SafeFuture<BlobSidecarsAndValidationResult> getAvailabilityCheckResult();

/** Only perform the {@link MiscHelpersDeneb#isDataAvailable} check */
/** Perform the data availability check immediately on the provided blob sidecars */
BlobSidecarsAndValidationResult validateImmediately(List<BlobSidecar> blobSidecars);
}

0 comments on commit 8e2cfb1

Please sign in to comment.