mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-21 08:04:26 +01:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user