We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
id_to_peer
1 parent 9e7c02c commit e2c5cb5Copy full SHA for e2c5cb5
lightning/src/ln/channelmanager.rs
@@ -699,6 +699,9 @@ where
699
/// the corresponding channel for the event, as we only have access to the `channel_id` during
700
/// the handling of the events.
701
///
702
+ /// Note that no consistency guarantees are made about the existence of a peer with the
703
+ /// `counterparty_node_id` in our other maps.
704
+ ///
705
/// TODO:
706
/// The `counterparty_node_id` isn't passed with `MonitorEvent`s currently. To pass it, we need
707
/// to make `counterparty_node_id`'s a required field in `ChannelMonitor`s, which unfortunately
0 commit comments