fix beacon verification hex convertion
This commit is contained in:
parent
b45eb248e2
commit
8ad92e684e
@ -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}`);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user