chore: debug log
This commit is contained in:
parent
ebada934b0
commit
b7840ced08
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ class NostrClientConnection:
|
|||
|
||||
async def _handle_event(self, e: NostrEvent):
|
||||
resp_nip20: List[Any] = ["OK", e.id]
|
||||
|
||||
logger.info(f"nostr event: [{e.kind}, {e.pubkey}, '{e.content}']")
|
||||
valid, message = self._validate_event(e)
|
||||
if not valid:
|
||||
resp_nip20 + [valid, message]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue