Revert "Remove AvailableBalances::balance_msat"
[rust-lightning] / lightning / src / chain / chainmonitor.rs
index 6d003df720f6680bdfde4fd6766a064edb8f05c2..cf51dbab72019d9eb87748e0817171c1c0abfb35 100644 (file)
@@ -423,7 +423,8 @@ where C::Target: chain::Filter,
        /// claims which are awaiting confirmation.
        ///
        /// Includes the balances from each [`ChannelMonitor`] *except* those included in
-       /// `ignored_channels`.
+       /// `ignored_channels`, allowing you to filter out balances from channels which are still open
+       /// (and whose balance should likely be pulled from the [`ChannelDetails`]).
        ///
        /// See [`ChannelMonitor::get_claimable_balances`] for more details on the exact criteria for
        /// inclusion in the return value.