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 c6440b1 commit ec2bd55Copy full SHA for ec2bd55
lightning/src/chain/channelmonitor.rs
@@ -593,8 +593,8 @@ pub enum Balance {
593
/// The amount potentially available to claim, in satoshis, excluding the on-chain fees
594
/// which will be required to do so.
595
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.
+ /// The height at which our counterparty will be able to claim the balance if we have not
+ /// yet received the preimage and claimed it ourselves.
598
expiry_height: u32,
599
},
600
/// The channel has been closed, and our counterparty broadcasted a revoked commitment
0 commit comments