netaddr: remove.

We use ipaddr everywhere now, so we can remove this.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2017-10-23 14:44:38 +10:30
parent dfd60a2047
commit bd1cac34ce
8 changed files with 26 additions and 168 deletions

View File

@@ -248,7 +248,7 @@ static void json_getinfo(struct command *cmd,
json_object_start(response, NULL);
json_add_pubkey(response, "id", &cmd->ld->id);
/* FIXME: Keep netaddrs and list them all. */
/* FIXME: Keep ipaddr and list them all. */
if (cmd->ld->portnum)
json_add_num(response, "port", cmd->ld->portnum);
json_add_string(response, "network",