fix typo
This commit is contained in:
parent
0bbededd08
commit
6ccdc57cbb
|
@ -152,7 +152,7 @@ verifyBlobKzgProof(
|
||||||
|
|
||||||
```ts
|
```ts
|
||||||
/**
|
/**
|
||||||
* Given an array of blobs and their proofs, verify that they corresponds to
|
* Given an array of blobs and their proofs, verify that they correspond to
|
||||||
* their provided commitment.
|
* their provided commitment.
|
||||||
*
|
*
|
||||||
* Note: blobs[0] relates to commitmentBytes[0] and proofBytes[0]
|
* Note: blobs[0] relates to commitmentBytes[0] and proofBytes[0]
|
||||||
|
|
Loading…
Reference in New Issue