mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-25 07:17:40 +01:00
Merge pull request #1695 from TheBlueMatt/2022-08-log-chan_update
Ensure we log private channel_updates at a non-GOSSIP log level
This commit is contained in:
commit
ee2f1a929e
1 changed files with 1 additions and 0 deletions
|
@ -5150,6 +5150,7 @@ impl<Signer: Sign, M: Deref, T: Deref, K: Deref, F: Deref, L: Deref> ChannelMana
|
|||
if were_node_one == msg_from_node_one {
|
||||
return Ok(NotifyOption::SkipPersist);
|
||||
} else {
|
||||
log_debug!(self.logger, "Received channel_update for channel {}.", log_bytes!(chan_id));
|
||||
try_chan_entry!(self, chan.get_mut().channel_update(&msg), channel_state, chan);
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue