diff --git a/lightningd/peer_control.h b/lightningd/peer_control.h index 803fbde45..c0b385f8b 100644 --- a/lightningd/peer_control.h +++ b/lightningd/peer_control.h @@ -84,9 +84,6 @@ void peer_sent_nongossip(struct lightningd *ld, /* Could be configurable. */ #define OUR_CHANNEL_FLAGS CHANNEL_FLAGS_ANNOUNCE_CHANNEL -/* Peer has failed to open; return to gossipd. */ -void opening_failed(struct peer *peer, const u8 *msg TAKES); - void channel_errmsg(struct channel *channel, int peer_fd, int gossip_fd, const struct crypto_state *cs, @@ -97,8 +94,6 @@ void channel_errmsg(struct channel *channel, u8 *p2wpkh_for_keyidx(const tal_t *ctx, struct lightningd *ld, u64 keyidx); -void setup_listeners(struct lightningd *ld); - /* We've loaded peers from database, set them going. */ void activate_peers(struct lightningd *ld);