mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
peer_control: getinfo show correct port on discovered IPs
Changelog-Fixed: peer_control: getinfo shows the correct port on discovered IPs
This commit is contained in:
committed by
Rusty Russell
parent
4ca6b36439
commit
c8ab8192ca
@@ -158,6 +158,10 @@ struct lightningd {
|
||||
struct node_id remote_addr_v4_peer;
|
||||
struct node_id remote_addr_v6_peer;
|
||||
|
||||
/* verified discovered IPs to be used for anouncement */
|
||||
struct wireaddr *discovered_ip_v4;
|
||||
struct wireaddr *discovered_ip_v6;
|
||||
|
||||
/* Bearer of all my secrets. */
|
||||
int hsm_fd;
|
||||
struct subd *hsm;
|
||||
|
||||
Reference in New Issue
Block a user