From 81546b6f189ea685fb6ef2d192cca5a6a92bcbd5 Mon Sep 17 00:00:00 2001 From: benesjan Date: Mon, 29 Jul 2024 18:17:22 +0000 Subject: [PATCH] fixing comment to re-trigger CI --- yarn-project/circuits.js/src/hash/hash.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yarn-project/circuits.js/src/hash/hash.ts b/yarn-project/circuits.js/src/hash/hash.ts index 7bad14cfb135..12954c4213f1 100644 --- a/yarn-project/circuits.js/src/hash/hash.ts +++ b/yarn-project/circuits.js/src/hash/hash.ts @@ -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. */