lightningd: tell gossipd that peers we load from db are important.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2018-04-25 22:08:38 +09:30
parent 8c2c1fe1c2
commit a1f77cab3c
4 changed files with 13 additions and 21 deletions

View File

@@ -41,4 +41,7 @@ bool handle_opening_channel(struct lightningd *ld,
void kill_uncommitted_channel(struct uncommitted_channel *uc,
const char *why);
void tell_gossipd_peer_is_important(struct lightningd *ld,
const struct channel *channel);
#endif /* LIGHTNING_LIGHTNINGD_OPENING_CONTROL_H */