Skip to content

Commit

Permalink
remove TODO (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray authored Aug 13, 2024
1 parent b0d66a6 commit 5228242
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bindings/node/__test__/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ const RECOVER_CELLS_AND_KZG_PROOFS_TEST = "../../test_vectors/recover_cells_and_

type BlobToKzgCommitmentTest = TestMeta<{ blob: string }, string>;
type ComputeCellsAndKzgProofsTest = TestMeta<{ blob: string }, string[][]>;
// TODO: number here is incorrect, but it might be worthwhile to change the type in the specs instead
type VerifyCellKzgProofBatchTest = TestMeta<
{ commitments: string[]; cell_indices: number[]; cells: string[]; proofs: string[] },
boolean
Expand Down

0 comments on commit 5228242

Please sign in to comment.