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

@@ -255,8 +255,8 @@ static void funding_broadcast_failed(struct channel *channel,
exitstatus, err);
}
static void tell_gossipd_peer_is_important(struct lightningd *ld,
const struct channel *channel)
void tell_gossipd_peer_is_important(struct lightningd *ld,
const struct channel *channel)
{
u8 *msg;