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:
parent
55624cc2b5
commit
91e42ee686
4 changed files with 62 additions and 54 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue