Incorrect port number in uris of getinfo #4736
Labels
config
Parameters/arguments/config file related issues/PRs
discovery
Peer and route discovery / whisper protocol related issues/PRs
documentation
Documentation changes that do not affect code behaviour
Background
The port present in
uris
field returned bygetinfo
is not the same as set vialisten
. It's 9735 even iflisten
contains a different port.Your environment
lnd
0.11.1-betauname -a
on *Nix)Linux <censored> 4.19.0-10-amd64 #1 SMP Debian 4.19.132-1 (2020-07-24) x86_64 GNU/Linux
btcd
,bitcoind
, or other backendBitcoin Core version v0.20.0
Steps to reproduce
listen=0.0.0.0:9736
andexternalip=YOUR_IP_OR_ONION
lncli getinfo
Expected behaviour
Returned
uris
field contains port9736
Actual behaviour
Returned
uris
field contains port9735
The text was updated successfully, but these errors were encountered: