From 72d8e25909df51f1dff1fc9e5a7d1f1e45bef62d Mon Sep 17 00:00:00 2001 From: Jordi Baylina Date: Wed, 9 Sep 2020 00:35:02 +0200 Subject: [PATCH] Better logs --- test/fullprocess.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fullprocess.js b/test/fullprocess.js index bd17267..e10f1c7 100644 --- a/test/fullprocess.js +++ b/test/fullprocess.js @@ -27,7 +27,7 @@ describe("Full process", function () { before( async () => { curve = await getCurveFromName("bn128"); - curve.Fr.s = 10; + // curve.Fr.s = 10; }); after( async () => { await curve.terminate();