Skip to content

Commit ec2bd55

Browse files
committed
f engrish
1 parent c6440b1 commit ec2bd55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/chain/channelmonitor.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -593,8 +593,8 @@ pub enum Balance {
593593
/// The amount potentially available to claim, in satoshis, excluding the on-chain fees
594594
/// which will be required to do so.
595595
claimable_amount_satoshis: u64,
596-
/// The height at which our counterparty claim the balance if we have not yet received a
597-
/// preimage and claimed it ourselves.
596+
/// The height at which our counterparty will be able to claim the balance if we have not
597+
/// yet received the preimage and claimed it ourselves.
598598
expiry_height: u32,
599599
},
600600
/// The channel has been closed, and our counterparty broadcasted a revoked commitment

0 commit comments

Comments
 (0)