Skip to content

Commit

Permalink
add aggregate
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Jan 19, 2023
1 parent 1cfd377 commit 41bd37c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ private void validateBlobSidecar(
blobsSidecar.getBlobs().stream().map(Blob::getBytes).collect(Collectors.toList()),
kzgCommitments,
blobsSidecar.getKZGAggregatedProof());
checkState(isValidProof, "Invalid KZG proof for the given blobs and commitments");
checkState(isValidProof, "Invalid aggregate KZG proof for the given blobs and commitments");
}

@Override
Expand Down

0 comments on commit 41bd37c

Please sign in to comment.