Fix accidentally changed comment
This commit is contained in:
parent
c9018546b9
commit
b7929bd16c
2
cli.js
2
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-(?<currency>\w+)-(?<amount>[\d.]+)-(?<netId>\d+)-0x(?<note>[0-9a-fA-F]{124})/g;
|
||||
|
Loading…
Reference in New Issue
Block a user