Include funding TXO in outputs to watch
[rust-lightning] / lightning / src / chain / mod.rs
index 7721408c4390e035cb9836a50c9e3f277762b879..0f1394352a847cc5454644580dd6de178468d2cc 100644 (file)
@@ -72,9 +72,9 @@ pub trait Watch: Send + Sync {
        /// Watches a channel identified by `funding_txo` using `monitor`.
        ///
        /// Implementations are responsible for watching the chain for the funding transaction along
-       /// with spends of its output and any outputs returned by [`get_outputs_to_watch`]. In practice,
-       /// this means calling [`block_connected`] and [`block_disconnected`] on the monitor and
-       /// including all such transactions that meet this criteria.
+       /// with any spends of outputs returned by [`get_outputs_to_watch`]. In practice, this means
+       /// calling [`block_connected`] and [`block_disconnected`] on the monitor and including all such
+       /// transactions that meet this criteria.
        ///
        /// [`get_outputs_to_watch`]: ../ln/channelmonitor/struct.ChannelMonitor.html#method.get_outputs_to_watch
        /// [`block_connected`]: ../ln/channelmonitor/struct.ChannelMonitor.html#method.block_connected