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.
1 parent d4fcc56 commit 3d97584Copy full SHA for 3d97584
lightning/src/util/events.rs
@@ -390,7 +390,7 @@ pub enum MessageSendEvent {
390
msg: msgs::ChannelUpdate,
391
},
392
/// Used to indicate that a channel_update should be sent to a single peer.
393
- /// This is used, in contrast to [`Self::BroadcastChannelUpdate`], when the channel is a
+ /// In contrast to [`Self::BroadcastChannelUpdate`], this is used when the channel is a
394
/// private channel and we shouldn't be informing all of our peers of channel parameters.
395
SendChannelUpdate {
396
/// The node_id of the node which should receive this message
0 commit comments