Skip to content

Commit

Permalink
chore: add sanity check that offchain verification passes
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Oct 15, 2023
1 parent 16d1c23 commit e4cedfd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ it(`smart contract can verify a recursive proof`, async () => {
};

const recursion_proof = await recursion.generateFinalProof(recursion_inputs);
expect(await recursion.verifyFinalProof(recursion_proof)).to.be.true;

// Smart contract verification

Expand Down

0 comments on commit e4cedfd

Please sign in to comment.