Skip to content

Commit 794a6c6

Browse files
committed
Add backwards compat. note.
1 parent dcc712a commit 794a6c6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lightning/src/util/events.rs

+4
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,10 @@ 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,
470+
/// the resulting [`ChannelManager`] will not be readable by versions of LDK prior to
471+
/// 0.0.107.
472+
///
469473
/// [`ChannelManager`]: crate::ln::channelmanager::ChannelManager
470474
channel_type: ChannelTypeFeatures,
471475
},

0 commit comments

Comments
 (0)