Consider channels "live" even if they are awaiting a monitor update
[rust-lightning] / lightning / src / ln / channelmanager.rs
index 13a993fd965596dc41e12a387bc178ea31372b35..292fa26733bcea467d69defe85c5e4e47b7f2804 100644 (file)
@@ -678,8 +678,7 @@ pub struct ChannelDetails {
        /// point after the funding transaction received enough confirmations).
        pub is_funding_locked: bool,
        /// True if the channel is (a) confirmed and funding_locked messages have been exchanged, (b)
-       /// the peer is connected, (c) no monitor update failure is pending resolution, and (d) the
-       /// channel is not currently negotiating a shutdown.
+       /// the peer is connected, and (c) the channel is not currently negotiating a shutdown.
        ///
        /// This is a strict superset of `is_funding_locked`.
        pub is_usable: bool,