Update client_connection.py (#29)
omit return none, in ref to https://github.com/lnbits/nostrrelay/issues/27
This commit is contained in:
parent
cc6752003a
commit
2bdbbb274d
1 changed files with 0 additions and 1 deletions
|
|
@ -130,7 +130,6 @@ class NostrClientConnection:
|
||||||
await self._send_msg(resp_nip20)
|
await self._send_msg(resp_nip20)
|
||||||
return None
|
return None
|
||||||
self.auth_pubkey = e.pubkey
|
self.auth_pubkey = e.pubkey
|
||||||
return None
|
|
||||||
|
|
||||||
if not self.auth_pubkey and self.config.event_requires_auth(e.kind):
|
if not self.auth_pubkey and self.config.event_requires_auth(e.kind):
|
||||||
await self._send_msg(["AUTH", self._current_auth_challenge()])
|
await self._send_msg(["AUTH", self._current_auth_challenge()])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue