Use private realay enpoint (#97)

* feat: use private ws endpoint

* chore: bump `min_lnbits_version`

* fix: retry logic

* fix: restart logic

* chore: fux log message
This commit is contained in:
Vlad Stan 2024-01-22 13:50:40 +02:00 committed by GitHub
parent 55624cc2b5
commit 91e42ee686
4 changed files with 62 additions and 54 deletions

View file

@ -41,7 +41,6 @@ def nostrmarket_start():
# wait for 'nostrclient' extension to initialize
await asyncio.sleep(10)
await nostr_client.run_forever()
raise ValueError("Must reconnect to websocket")
async def _wait_for_nostr_events():
# wait for this extension to initialize