We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaf0b80 commit 27ce70bCopy full SHA for 27ce70b
lightning/src/chain/chainmonitor.rs
@@ -145,8 +145,8 @@ where C::Target: chain::Filter,
145
/// claims which are awaiting confirmation.
146
///
147
/// 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`].
+ /// `ignored_channels`, allowing you to filter out balances from channels which are still open
+ /// (and whose balance should likely be pulled from the [`ChannelDetails`]).
150
151
/// See [`ChannelMonitor::get_claimable_balances`] for more details on the exact criteria for
152
/// inclusion in the return value.
0 commit comments