backward compatibility fix

This commit is contained in:
Alexey 2019-08-01 12:16:20 +03:00
parent cc4646b2e7
commit ed6a4d8a6f
1 changed files with 1 additions and 1 deletions

View File

@ -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");