From b7929bd16ccff6a6514aa60a6aee303249b32d3f Mon Sep 17 00:00:00 2001 From: Theodike <44587268+Theodikes@users.noreply.github.com> Date: Sat, 22 Apr 2023 19:20:44 +0300 Subject: [PATCH] Fix accidentally changed comment --- cli.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;