Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Oct 27, 2023
1 parent eecd469 commit ca60bb4
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,11 @@ public MiscHelpersDeneb(final SpecConfigDeneb specConfig) {
}

/**
* Performs a verifyBlobKzgProofBatch on the given blob sidecars
* Performs <a
* href="https://github.com/ethereum/consensus-specs/blob/dev/specs/deneb/polynomial-commitments.md#verify_blob_kzg_proof_batch">verify_blob_kzg_proof_batch</a>
* on the given blob sidecars
*
* @param kzg the kzg implementation which will be used for verification
* @param blobSidecars blob sidecars to verify, can be a partial set
* @return true if all blob sidecars are valid
*/
Expand Down

0 comments on commit ca60bb4

Please sign in to comment.