Skip to content

Commit

Permalink
tmp: rapidsnark disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-lindenbaum committed Dec 8, 2023
1 parent 31b6920 commit 56da597
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions enclave/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,8 @@ async function virtualZKP(virtTile: Tile, socketId: string) {
let publicSignals;
let proverStatus = ProverStatus.Incomplete;
try {
// [TMP]: getting error that solidity verifier does not accept proof
throw new Error("Rapidsnark is disabled");
// Unique ID for proof-related files
const proofId = socketId + "-" + inputs.hVirt;

Expand Down

0 comments on commit 56da597

Please sign in to comment.