Skip to content

Commit

Permalink
Add missing param
Browse files Browse the repository at this point in the history
  • Loading branch information
OBrezhniev committed Sep 7, 2024
1 parent 8f018e6 commit 3097bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fflonk_full_prove.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import wtns_calculate from "./wtns_calculate.js";
import {utils} from "ffjavascript";
const {unstringifyBigInts} = utils;

export default async function fflonkFullProve(_input, wasmFilename, zkeyFilename, logger) {
export default async function fflonkFullProve(_input, wasmFilename, zkeyFilename, logger, wtnsCalcOptions) {
const input = unstringifyBigInts(_input);

const wtns= {type: "mem"};
Expand Down

0 comments on commit 3097bca

Please sign in to comment.