Skip to content

Commit 27ce70b

Browse files
committed
f tweak wording
1 parent aaf0b80 commit 27ce70b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/chain/chainmonitor.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ where C::Target: chain::Filter,
145145
/// claims which are awaiting confirmation.
146146
///
147147
/// Includes the balances from each [`ChannelMonitor`] *except* those included in
148-
/// `ignored_channels`, allowing you to filter for only channels which are not still open (and
149-
/// whose balance should likely be pulled from the [`ChannelDetails`].
148+
/// `ignored_channels`, allowing you to filter out balances from channels which are still open
149+
/// (and whose balance should likely be pulled from the [`ChannelDetails`]).
150150
///
151151
/// See [`ChannelMonitor::get_claimable_balances`] for more details on the exact criteria for
152152
/// inclusion in the return value.

0 commit comments

Comments
 (0)