File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -466,9 +466,11 @@ pub enum Event {
466466 /// the resulting [`ChannelManager`] will not be readable by versions of LDK prior to
467467 /// 0.0.106.
468468 ///
469- /// Also note that if [`ChannelTypeFeatures::supports_zero_conf`] returns true on this type,
469+ /// Furthermore, note that if [`ChannelTypeFeatures::supports_zero_conf`] returns true on this type,
470470 /// the resulting [`ChannelManager`] will not be readable by versions of LDK prior to
471- /// 0.0.107.
471+ /// 0.0.107. Channels setting this type also need to get manually accepted via
472+ /// [`ChannelManager::accept_inbound_channel_from_trusted_peer_0conf`], or will be rejected
473+ /// otherwise.
472474 ///
473475 /// [`ChannelManager`]: crate::ln::channelmanager::ChannelManager
474476 channel_type : ChannelTypeFeatures ,
You can’t perform that action at this time.
0 commit comments