Skip to content

Commit

Permalink
default compile settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Trivo25 committed Aug 26, 2024
1 parent 9fb0251 commit 1e50525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/examples/zkprogram/program-with-auxiliary-output.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ let MyProgram = ZkProgram({
MyProgram.publicOutputType satisfies typeof Field;
MyProgram.auxiliaryOutputType satisfies typeof Field;

await MyProgram.compile({ cache: Cache.None, forceRecompile: true });
await MyProgram.compile();

let { proof, auxiliaryOutput } = await MyProgram.baseCase();
assert(auxiliaryOutput.equals(5).toBoolean());
Expand Down

0 comments on commit 1e50525

Please sign in to comment.