Fix some tipos merge

This commit is contained in:
Jordi Baylina 2020-07-29 09:11:59 +02:00
parent ddb81cc786
commit 1fd0446221
No known key found for this signature in database
GPG Key ID: 7480C80C1BE43112
4 changed files with 6 additions and 6 deletions

@ -3059,7 +3059,7 @@ async function challengeContribute(curve, challengeFilename, responesFileName, e
}
const claimedHash = await fdFrom.read(64, 0);
if (logger) logger.info(formatHash(claimedHash, "Claimed Previus Response Hash: "));
if (logger) logger.info(formatHash(claimedHash, "Claimed Previous Response Hash: "));
const challengeHash = challengeHasher.digest();
if (logger) logger.info(formatHash(challengeHash, "Current Challenge Hash: "));
@ -6175,7 +6175,7 @@ const commands = [
},
{
cmd: "zkey bellman contribute <curve> <circuit.mpcparams> <circuit_response.mpcparams>",
description: "contributes to a llallange file in bellman format",
description: "contributes to a challenge file in bellman format",
alias: ["zkbc"],
options: "-verbose|v -entropy|e",
action: zkeyBellmanContribute

@ -2857,7 +2857,7 @@ async function challengeContribute(curve, challengeFilename, responesFileName, e
}
const claimedHash = await fdFrom.read(64, 0);
if (logger) logger.info(formatHash(claimedHash, "Claimed Previus Response Hash: "));
if (logger) logger.info(formatHash(claimedHash, "Claimed Previous Response Hash: "));
const challengeHash = challengeHasher.digest();
if (logger) logger.info(formatHash(challengeHash, "Current Challenge Hash: "));

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long