rust-lightning/lightning
Matt Corallo 602cf5c12b Ensure we log private channel_updates at a non-GOSSIP log level
If we receive a channel_update for one of our private channels, we
will not log the message at the usual TRACE log level as the
message falls into the gossip range. However, for our own channels
they aren't *just* gossip, as we store that info and it changes
how we generate invoices. Thus, we add a log in `ChannelManager`
here at the DEBUG log level.
2022-09-06 17:49:40 +00:00
..
src Ensure we log private channel_updates at a non-GOSSIP log level 2022-09-06 17:49:40 +00:00
Cargo.toml Bump crate versions to 0.0.110/invoice 0.18 2022-07-26 22:01:09 +00:00