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

@@ -7,7 +7,6 @@
#include <common/channel_config.h>
#include <common/htlc.h>
#include <common/json.h>
#include <lightningd/netaddr.h>
#include <lightningd/peer_state.h>
#include <stdbool.h>
#include <wallet/wallet.h>
@@ -55,7 +54,6 @@ struct peer {
u8 channel_flags;
/* Where we connected to, or it connected from. */
struct netaddr netaddr;
struct ipaddr addr;
/* Our channel config. */