Skip to content

Commit

Permalink
Fix naming
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Zhang <jim.zhang@kaleido.io>
  • Loading branch information
jimthematrix committed Aug 12, 2024
1 parent 5f7d3c4 commit f19c3b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zkp/js/test/anon_enc.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ describe('main circuit tests for Zeto fungible tokens with anonymity with encryp
const encryptionNonce = genRandomSalt();
const encryptInputs = stringifyBigInts({
encryptionNonce,
senderPrivateKey: formatPrivKeyForBabyJub(sender.privKey),
inputOwnerPrivateKey: formatPrivKeyForBabyJub(sender.privKey),
});

const witness = await circuit.calculateWitness(
Expand Down

0 comments on commit f19c3b9

Please sign in to comment.