mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 05:12:45 +01:00
lightning/peer_control.h: Minor cleanup of nonexistent functions.
This commit is contained in:
parent
160f9b06a5
commit
e34be575aa
@ -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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user