fixup: checked in with wrong curve
Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
parent
43ba6e6bf3
commit
3875d06186
|
@ -45,7 +45,7 @@ describe("MerkleTree", function () {
|
|||
let publicSignals;
|
||||
|
||||
before( async () => {
|
||||
curve = await buildBls12381();
|
||||
curve = await buildBn128();
|
||||
});
|
||||
after( async () => {
|
||||
await curve.terminate();
|
||||
|
|
Loading…
Reference in New Issue