feat: user merchant_id instead of user_id
This commit is contained in:
parent
152fe5baab
commit
3e0b480f0a
10 changed files with 286 additions and 187 deletions
|
|
@ -33,7 +33,7 @@ async def connect_to_nostrclient_ws(
|
|||
|
||||
logger.debug(f"Subscribing to websockets for nostrclient extension")
|
||||
ws = WebSocketApp(
|
||||
f"ws://localhost:{settings.port}/nostrclient/api/v1/filters",
|
||||
f"ws://localhost:{settings.port}/nostrclient/api/v1/relay",
|
||||
on_message=on_message,
|
||||
on_open=on_open,
|
||||
on_error=on_error,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue