Fix accidentally changed comment

This commit is contained in:
Theodike 2023-04-22 19:20:44 +03:00
parent c9018546b9
commit b7929bd16c

2
cli.js

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