Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasxia01 committed Dec 10, 2024
1 parent 7a8b90f commit 399147f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/circuit-types/src/interfaces/proving-job.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export type PublicInputsAndRecursiveProof<T, N extends number = typeof NESTED_RE
function schemaForPublicInputsAndRecursiveProof<T extends object>(
inputs: ZodFor<T>,
proofSize = NESTED_RECURSIVE_PROOF_LENGTH,
): ZodFor<PublicInputsAndRecursiveProof<T, typeof proofSize>> {
): ZodFor<PublicInputsAndRecursiveProof<T>> {
return z.object({
inputs,
proof: RecursiveProof.schemaFor(proofSize),
Expand Down

0 comments on commit 399147f

Please sign in to comment.