Skip to content

Commit

Permalink
fixed type error
Browse files Browse the repository at this point in the history
  • Loading branch information
mllwchrry committed Oct 29, 2024
1 parent e9c053c commit 8566014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/protocols/Groth16Implementer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export class Groth16Implementer extends AbstractProtocolImplementer<"groth16"> {

await terminateCurve();

return fullProof;
return fullProof as Groth16ProofStruct;
}

public async verifyProof(proof: Groth16ProofStruct, vKeyFilePath: string): Promise<boolean> {
Expand Down

0 comments on commit 8566014

Please sign in to comment.