We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcc712a commit 794a6c6Copy full SHA for 794a6c6
lightning/src/util/events.rs
@@ -466,6 +466,10 @@ pub enum Event {
466
/// the resulting [`ChannelManager`] will not be readable by versions of LDK prior to
467
/// 0.0.106.
468
///
469
+ /// Also note that if [`ChannelTypeFeatures::supports_zero_conf`] returns true on this type,
470
+ /// the resulting [`ChannelManager`] will not be readable by versions of LDK prior to
471
+ /// 0.0.107.
472
+ ///
473
/// [`ChannelManager`]: crate::ln::channelmanager::ChannelManager
474
channel_type: ChannelTypeFeatures,
475
},
0 commit comments