We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35d758e commit 2a87e30Copy full SHA for 2a87e30
lightning/src/util/events.rs
@@ -469,7 +469,7 @@ pub enum Event {
469
/// Furthermore, 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. Channels setting this type also need to get manually accepted via
472
- /// [`ChannelManager::accept_inbound_channel_from_trusted_peer_0conf`], or will be rejected
+ /// [`crate::ln::channelmanager::ChannelManager::accept_inbound_channel_from_trusted_peer_0conf`], or will be rejected
473
/// otherwise.
474
///
475
/// [`ChannelManager`]: crate::ln::channelmanager::ChannelManager
0 commit comments