routing: Reading multiple addresses from node_announcements

This commit is contained in:
Christian Decker
2017-05-08 21:26:46 +02:00
committed by Rusty Russell
parent ed9668339d
commit 26892e79bb
4 changed files with 38 additions and 1 deletions

View File

@@ -45,6 +45,7 @@ struct node {
struct pubkey id;
/* IP/Hostname and port of this node (may be NULL) */
struct ipaddr *addresses;
char *hostname;
int port;