File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -1129,9 +1129,12 @@ pub enum MessageSendEvent {
1129
1129
/// peers (except the peer with node_id either msg.contents.node_id_1 or msg.contents.node_id_2).
1130
1130
///
1131
1131
/// Note that after doing so, you very likely (unless you did so very recently) want to
1132
- /// broadcast a node_announcement. This ensures that any nodes which see our
1133
- /// channel_announcement also have a relevant node_announcement, including relevant feature
1134
- /// flags which may be important for routing through or to us.
1132
+ /// broadcast a node_announcement (e.g. via [`PeerManager::broadcast_node_announcement`]). This
1133
+ /// ensures that any nodes which see our channel_announcement also have a relevant
1134
+ /// node_announcement, including relevant feature flags which may be important for routing
1135
+ /// through or to us.
1136
+ ///
1137
+ /// [`PeerManager::broadcast_node_announcement`]: crate::ln::peer_handler::PeerManager::broadcast_node_announcement
1135
1138
BroadcastChannelAnnouncement {
1136
1139
/// The channel_announcement which should be sent.
1137
1140
msg : msgs:: ChannelAnnouncement ,
You can’t perform that action at this time.
0 commit comments