Skip to content

Commit

Permalink
Fix proofAndVerify test
Browse files Browse the repository at this point in the history
  • Loading branch information
jorbush committed Jun 3, 2024
1 parent bf0dbe2 commit 2d0d0f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deno/validium.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ export async function proofAndVerify(result: SubmitDataResult) {
if (lastCommittedBlock >= blockNumber) {
const proof = await getProof(result);
await verifyProof(proof);
Deno.exit(0);
}
console.log(
"Waiting to bridge inclusion commitment. This can take a while...",
Expand Down

0 comments on commit 2d0d0f3

Please sign in to comment.