Skip to content

Commit

Permalink
fixing comment to re-trigger CI
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Jul 31, 2024
1 parent c2eabbd commit 81546b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/circuits.js/src/hash/hash.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export function siloNoteHash(contract: AztecAddress, uniqueNoteHash: Fr): Fr {
/**
* Computes a unique note hash.
* @dev Includes a nonce which contains data that guarantees the resulting note hash will be unique.
* @param nonce - The contract address.
* @param nonce - A nonce (typically derived from tx hash and note hash index in the tx).
* @param slottedNoteHash - A slotted note hash.
* @returns A unique note hash.
*/
Expand Down

0 comments on commit 81546b6

Please sign in to comment.