From 8ad92e684ee2f336416061b9651caffa6b55a31f Mon Sep 17 00:00:00 2001 From: Jordi Baylina Date: Thu, 18 Jun 2020 22:10:31 +0200 Subject: [PATCH] fix beacon verification hex convertion --- src/powersoftau_verify.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/powersoftau_verify.js b/src/powersoftau_verify.js index cdc5241..2fc8627 100644 --- a/src/powersoftau_verify.js +++ b/src/powersoftau_verify.js @@ -290,7 +290,7 @@ async function verify(tauFilename, verbose) { console.log(misc.formatHash(prevContr.nextChallange)); if (curContr.type == 1) { - console.log(`Beacon generator: ${misc.byteArray2Hex(curContr.beaconHash)}`); + console.log(`Beacon generator: ${misc.byteArray2hex(curContr.beaconHash)}`); console.log(`Beacon iterations Exp: ${curContr.numIterationsExp}`); }