lightning/peer_control.h: Minor cleanup of nonexistent functions.

This commit is contained in:
ZmnSCPxj 2018-02-25 13:34:54 +00:00 committed by Rusty Russell
parent 160f9b06a5
commit e34be575aa

View File

@ -84,9 +84,6 @@ void peer_sent_nongossip(struct lightningd *ld,
/* Could be configurable. */ /* Could be configurable. */
#define OUR_CHANNEL_FLAGS CHANNEL_FLAGS_ANNOUNCE_CHANNEL #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, void channel_errmsg(struct channel *channel,
int peer_fd, int gossip_fd, int peer_fd, int gossip_fd,
const struct crypto_state *cs, 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); 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. */ /* We've loaded peers from database, set them going. */
void activate_peers(struct lightningd *ld); void activate_peers(struct lightningd *ld);