Skip to content

Commit 40a85d4

Browse files
committed
Extend comment
1 parent 1add379 commit 40a85d4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lightning/src/util/events.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)