Compare commits

...

1 Commits

Author SHA1 Message Date
fiatjaf
a99188e4cf remove log line for events with invalid signature. 2021-12-12 05:54:48 -03:00
2 changed files with 1 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "nostr-tools",
"version": "0.7.1",
"version": "0.7.2",
"description": "Tools for making a Nostr client.",
"repository": {
"type": "git",

View File

@@ -84,8 +84,6 @@ export function relayConnect(url, onNotice) {
if (channels[channel]) {
channels[channel](event)
}
} else {
console.warn('got event with invalid signature from ' + url, event)
}
return
}