mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user