Skip to content

Commit

Permalink
typo PCommand.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Pricstas authored Dec 27, 2024
1 parent 1f3b57f commit 18bdfce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/domainobjs/ts/commands/PCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ export class PCommand {
const nonce = extract(p, 150);
const pollId = extract(p, 200);

// create new public key but allow it to be invalid (as when passing an mismatched
// create new public key but allow it to be invalid (as when passing a mismatched
// encPubKey, a message will not decrypt resulting in potentially invalid public keys)
const newPubKey = new PubKey([decrypted[1], decrypted[2]], true);
const salt = decrypted[3];
Expand Down

0 comments on commit 18bdfce

Please sign in to comment.