mirror of
https://github.com/tornadocash/snarkjs.git
synced 2024-11-01 07:45:43 +01:00
Fix test import pot
This commit is contained in:
parent
aeef63c3bf
commit
a0ceebf720
@ -49,7 +49,7 @@ describe("Full process", function () {
|
||||
});
|
||||
|
||||
it ("powersoftau import response", async () => {
|
||||
await snarkjs.powersOfTau.importResponse(ptau_1, ptau_response2, ptau_2, "C2");
|
||||
await snarkjs.powersOfTau.importResponse(ptau_1, ptau_response2, ptau_2, "C2", true);
|
||||
});
|
||||
|
||||
it ("powersoftau beacon", async () => {
|
||||
|
Loading…
Reference in New Issue
Block a user