Skip to content

Commit 803fb09

Browse files
committed
fix typos
1 parent da7f619 commit 803fb09

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src.ts/verkleFFIBindings/verkleFFI.ts

+1-9
Original file line numberDiff line numberDiff line change
@@ -136,15 +136,7 @@ export interface ProverInput {
136136
// The vector that we want to make proofs over
137137
vector: Uint8Array[]
138138
// The indices that we want to prove exist in the vector
139-
inindices.flatMap((index) => [
140-
serializedCommitment,
141-
...vector,
142-
new Uint8Array([index]),
143-
vector[index],
144-
]),
145-
)
146-
147-
return concatBytes(...serializedProverInputs)
139+
indices: number[]
148140
}
149141

150142
export interface VerifierInput {

0 commit comments

Comments
 (0)