Skip to content

Commit 23c14cd

Browse files
committed
f slight wording tweak
1 parent 0758ed2 commit 23c14cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,7 @@ pub struct ChannelDetails {
976976
/// [`confirmations_required`]: Self::confirmations_required
977977
pub short_channel_id: Option<u64>,
978978
/// 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
979+
/// usable in place of [`short_channel_id`] to reference the channel in outbound routes when
980980
/// the channel has not yet been confirmed (as long as [`confirmations_required`] is
981981
/// `Some(0)`).
982982
///

0 commit comments

Comments
 (0)