diff --git a/cli.js b/cli.js index a7386aa..cf62594 100755 --- a/cli.js +++ b/cli.js @@ -1250,7 +1250,7 @@ async function fetchEvents({ type, currency, amount, filterEvents }) { /** * Parses Tornado.cash note - * @param noteString the notenullifier + * @param noteString the note */ function parseNote(noteString) { const noteRegex = /tornado-(?\w+)-(?[\d.]+)-(?\d+)-0x(?[0-9a-fA-F]{124})/g;