From ed6a4d8a6fb081a62af26820980046bbb602d559 Mon Sep 17 00:00:00 2001 From: Alexey Date: Thu, 1 Aug 2019 12:16:20 +0300 Subject: [PATCH] backward compatibility fix --- src/groth16.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");