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