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 0758ed2 commit 23c14cdCopy full SHA for 23c14cd
lightning/src/ln/channelmanager.rs
@@ -976,7 +976,7 @@ pub struct ChannelDetails {
976
/// [`confirmations_required`]: Self::confirmations_required
977
pub short_channel_id: Option<u64>,
978
/// An optional [`short_channel_id`] alias for this channel, randomly generated by us and
979
- /// usable in place of [`short_channel_id`] to reference the channel in outbound routes even if
+ /// usable in place of [`short_channel_id`] to reference the channel in outbound routes when
980
/// the channel has not yet been confirmed (as long as [`confirmations_required`] is
981
/// `Some(0)`).
982
///
0 commit comments