Skip to content

Commit

Permalink
fix typo -- aggregated proof -> proofs
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed Mar 14, 2023
1 parent 052b8b9 commit 602ad1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/types/data_blob.go
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ func (blobs Blobs) copy() Blobs {
return cpy
}

// Return KZG commitments, versioned hashes and the aggregated KZG proof that correspond to these blobs
// Return KZG commitments, versioned hashes and the proofs that correspond to these blobs
func (blobs Blobs) ComputeCommitmentsAndProofs() (commitments []KZGCommitment, versionedHashes []common.Hash, proofs []KZGProof, err error) {
commitments = make([]KZGCommitment, len(blobs))
proofs = make([]KZGProof, len(blobs))
Expand Down

0 comments on commit 602ad1f

Please sign in to comment.