rust-lightning/lightning
Matt Corallo e3968e0993 Send channel_update messages to direct peers on private channels
If we are a public node and have a private channel, our
counterparty needs to know the fees which we will charge to forward
payments to them. Without sending them a channel_update, they have
no way to learn that information, resulting in the channel being
effectively useless for outbound-from-us payments.

This commit fixes our lack of channel_update messages to private
channel counterparties, ensuring we always send them a
channel_update after the channel funding is confirmed.
2021-07-07 19:45:33 +00:00
..
src Send channel_update messages to direct peers on private channels 2021-07-07 19:45:33 +00:00
Cargo.toml Use hashbrown replacements for std equivalents 2021-06-18 21:54:21 +00:00