Skip to content

Commit 3808436

Browse files
committed
f spelling
1 parent 772ca7a commit 3808436

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ pub struct ChannelDetails {
656656
pub counterparty_features: InitFeatures,
657657
/// The value, in satoshis, of this channel as appears in the funding output
658658
pub channel_value_satoshis: u64,
659-
/// The value, in satoshis, which must always be held in the channel for us. This value ensures
659+
/// The value, in satoshis, that must always be held in the channel for us. This value ensures
660660
/// that if we broadcast a revoked state, our counterparty can punish us by claiming at least
661661
/// this value on chain.
662662
///
@@ -666,7 +666,7 @@ pub struct ChannelDetails {
666666
///
667667
/// [`outbound_capacity_msat`]: ChannelDetails::outbound_capacity_msat
668668
pub counterparty_selected_channel_reserve_satoshis: Option<u64>,
669-
/// The value, in satoshis, which must always be held in the channel for our counterparty. This
669+
/// The value, in satoshis, that must always be held in the channel for our counterparty. This
670670
/// value ensures that if our counterparty broadcasts a revoked state, we can punish them by
671671
/// claiming at least this value on chain.
672672
///
@@ -696,7 +696,7 @@ pub struct ChannelDetails {
696696
/// However, our counterparty should be able to spend nearly this amount.
697697
pub inbound_capacity_msat: u64,
698698
/// The number of required confirmations on the funding transaction before the funding will be
699-
/// considered "locked". This number is selected by the channel fundee (ie us if
699+
/// considered "locked". This number is selected by the channel fundee (i.e. us if
700700
/// [`is_outbound`] is *not* set), and can be selected for inbound channels with
701701
/// [`ChannelHandshakeConfig::minimum_depth`] or limited for outbound channels with
702702
/// [`ChannelHandshakeLimits::max_minimum_depth`].
@@ -707,7 +707,7 @@ pub struct ChannelDetails {
707707
/// [`ChannelHandshakeConfig::minimum_depth`]: crate::util::config::ChannelHandshakeConfig::minimum_depth
708708
/// [`ChannelHandshakeLimits::max_minimum_depth`]: crate::util::config::ChannelHandshakeLimits::max_minimum_depth
709709
pub confirmations_required: Option<u32>,
710-
/// The number of blocks (after our commitment transaction confirms) which we will need to wait
710+
/// The number of blocks (after our commitment transaction confirms) that we will need to wait
711711
/// until we can claim our funds after we force-close the channel. During this time our
712712
/// counterparty is allowed to punish us if we broadcasted a stale state. If our counterparty
713713
/// force-closes the channel and broadcasts a commitment transaction we do not have to wait any

0 commit comments

Comments
 (0)