Skip to content

Commit c9df6be

Browse files
committed
init fix
1 parent d46185e commit c9df6be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/groth16.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ async function build(params) {
250250
const copyCode = groth16_wasm.code.buffer.slice(0);
251251
initPromises.push(groth16.postAction(i, {
252252
command: "INIT",
253-
init: wasmInitialMemory,
253+
init: defaultParams.wasmInitialMemory,
254254
code: copyCode
255255

256256
}, [copyCode]));

0 commit comments

Comments
 (0)