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 f366d99 commit ce210baCopy full SHA for ce210ba
lightning/src/chain/channelmonitor.rs
@@ -1357,8 +1357,8 @@ impl<Signer: Sign> ChannelMonitor<Signer> {
1357
}
1358
1359
/// Gets the balances in this channel which are either claimable by us if we were to
1360
- /// force-close the channel now or which are claimable on-chain or claims which are awaiting
1361
- /// confirmation.
+ /// force-close the channel now or which are claimable on-chain (possibly awaiting
+ /// confirmation).
1362
///
1363
/// Any balances in the channel which are available on-chain (excluding on-chain fees) are
1364
/// included here until an [`Event::SpendableOutputs`] event has been generated for the
0 commit comments