Skip to content

Commit 2a87e30

Browse files
committed
Fix docs
1 parent 35d758e commit 2a87e30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/util/events.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ pub enum Event {
469469
/// 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
471471
/// 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
472+
/// [`crate::ln::channelmanager::ChannelManager::accept_inbound_channel_from_trusted_peer_0conf`], or will be rejected
473473
/// otherwise.
474474
///
475475
/// [`ChannelManager`]: crate::ln::channelmanager::ChannelManager

0 commit comments

Comments
 (0)