Skip to content

Commit

Permalink
updates nip46 signer
Browse files Browse the repository at this point in the history
comm_k can be different to the signer pub_k
access to the underlying client to get the status of comms
start the msg quene on run!
  • Loading branch information
monty committed Jul 9, 2024
1 parent 43f503a commit bb16bf2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/monstr/client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,6 @@ def _do_auth(self, challenge: str):
try:
self._on_auth(self, challenge)
except Exception as e:
print(e)
logging.debug(f'Client::_do_auth - error {e}')

async def _my_producer(self, ws: aiohttp.ClientWebSocketResponse):
Expand Down

0 comments on commit bb16bf2

Please sign in to comment.