Skip to content

Commit ce210ba

Browse files
committed
f clarify cases in docs
1 parent f366d99 commit ce210ba

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
@@ -1357,8 +1357,8 @@ impl<Signer: Sign> ChannelMonitor<Signer> {
13571357
}
13581358

13591359
/// 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.
1360+
/// force-close the channel now or which are claimable on-chain (possibly awaiting
1361+
/// confirmation).
13621362
///
13631363
/// Any balances in the channel which are available on-chain (excluding on-chain fees) are
13641364
/// included here until an [`Event::SpendableOutputs`] event has been generated for the

0 commit comments

Comments
 (0)