Extend comment
[rust-lightning] / lightning / src / util / events.rs
index 6dcedec9fb6a3413ad42dfe95969c7c598a201ee..655e97af84757995cd037968bab8bba1de22f030 100644 (file)
@@ -499,9 +499,11 @@ pub enum Event {
                /// the resulting [`ChannelManager`] will not be readable by versions of LDK prior to
                /// 0.0.106.
                ///
-               /// Also note that if [`ChannelTypeFeatures::supports_zero_conf`] returns true on this type,
+               /// Furthermore, note that if [`ChannelTypeFeatures::supports_zero_conf`] returns true on this type,
                /// the resulting [`ChannelManager`] will not be readable by versions of LDK prior to
-               /// 0.0.107.
+               /// 0.0.107. Channels setting this type also need to get manually accepted via
+               /// [`ChannelManager::accept_inbound_channel_from_trusted_peer_0conf`], or will be rejected
+               /// otherwise.
                ///
                /// [`ChannelManager`]: crate::ln::channelmanager::ChannelManager
                channel_type: ChannelTypeFeatures,