backward compatibility fix
This commit is contained in:
parent
cc4646b2e7
commit
ed6a4d8a6f
@ -169,7 +169,7 @@ function thread(self) {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
async function build({wasmInitialMemory = 5000}) {
|
async function build(wasmInitialMemory = 5000) {
|
||||||
const groth16 = new Groth16();
|
const groth16 = new Groth16();
|
||||||
|
|
||||||
groth16.q = bigInt("21888242871839275222246405745257275088696311157297823662689037894645226208583");
|
groth16.q = bigInt("21888242871839275222246405745257275088696311157297823662689037894645226208583");
|
||||||
|
Loading…
Reference in New Issue
Block a user