mirror of
https://github.com/logos-storage/logos-storage-proofs.git
synced 2026-01-02 13:33:10 +00:00
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…
x
Reference in New Issue
Block a user