@@ -656,7 +656,7 @@ pub struct ChannelDetails {
656
656
pub counterparty_features : InitFeatures ,
657
657
/// The value, in satoshis, of this channel as appears in the funding output
658
658
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
660
660
/// that if we broadcast a revoked state, our counterparty can punish us by claiming at least
661
661
/// this value on chain.
662
662
///
@@ -666,7 +666,7 @@ pub struct ChannelDetails {
666
666
///
667
667
/// [`outbound_capacity_msat`]: ChannelDetails::outbound_capacity_msat
668
668
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
670
670
/// value ensures that if our counterparty broadcasts a revoked state, we can punish them by
671
671
/// claiming at least this value on chain.
672
672
///
@@ -696,7 +696,7 @@ pub struct ChannelDetails {
696
696
/// However, our counterparty should be able to spend nearly this amount.
697
697
pub inbound_capacity_msat : u64 ,
698
698
/// 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
700
700
/// [`is_outbound`] is *not* set), and can be selected for inbound channels with
701
701
/// [`ChannelHandshakeConfig::minimum_depth`] or limited for outbound channels with
702
702
/// [`ChannelHandshakeLimits::max_minimum_depth`].
@@ -707,7 +707,7 @@ pub struct ChannelDetails {
707
707
/// [`ChannelHandshakeConfig::minimum_depth`]: crate::util::config::ChannelHandshakeConfig::minimum_depth
708
708
/// [`ChannelHandshakeLimits::max_minimum_depth`]: crate::util::config::ChannelHandshakeLimits::max_minimum_depth
709
709
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
711
711
/// until we can claim our funds after we force-close the channel. During this time our
712
712
/// counterparty is allowed to punish us if we broadcasted a stale state. If our counterparty
713
713
/// force-closes the channel and broadcasts a commitment transaction we do not have to wait any
0 commit comments