Browse Source
Currently electrum daemon runs websocket server on a configured host and port and sends the same information to merchant payments. There is likely that those two may be different, when websocket traffic is being reverse proxied and sent over via different hosts. This patch introduces two fully optional parameters, websocket_server_announce and websocket_port_announce, which when set, are sent to the merchant payments instead of websocket_server and websocket_port values.283
Serge Victor
8 years ago
1 changed files with 10 additions and 2 deletions
Loading…
Reference in new issue