diff --git a/src/groth16.js b/src/groth16.js index 748ddf3..5880d55 100644 --- a/src/groth16.js +++ b/src/groth16.js @@ -169,7 +169,7 @@ function thread(self) { }; } -async function build({wasmInitialMemory = 5000}) { +async function build(wasmInitialMemory = 5000) { const groth16 = new Groth16(); groth16.q = bigInt("21888242871839275222246405745257275088696311157297823662689037894645226208583");