getAlby / nostr-wallet-connect

Nostr Wallet Connect (NIP-47) application to allow apps to connect to your node
https://nwc.getalby.com
Apache License 2.0
105 stars 31 forks source link

Use PUBLIC_RELAY env variable #173

Closed bumi closed 10 months ago

bumi commented 11 months ago

/ FIXME: need a public-facing relay URL env variable // and fallback to svc.cfg.Relay (hosted instance uses an internal URL) publicRelayUrl := "wss://relay.getalby.com/v1";

https://github.com/getAlby/nostr-wallet-connect/pull/159/files#diff-bc96d9f23fed4415ebd67e3fc93a8c0a09e8a34b340e217c4e56f8cd57bdc7c5R408-R411

rolznz commented 11 months ago

@bumi this is already fixed and merged: https://github.com/getAlby/nostr-wallet-connect/blob/main/echo_handlers.go#L408

Is there any issue?

rolznz commented 10 months ago

This was fixed, unfortunately there was a brief period where invalid NWC strings were returned.