Fix docs
authorElias Rohrer <ero@tnull.de>
Tue, 31 May 2022 00:23:11 +0000 (17:23 -0700)
committerMatt Corallo <git@bluematt.me>
Tue, 31 May 2022 21:26:01 +0000 (21:26 +0000)
lightning/src/util/events.rs

index 655e97af84757995cd037968bab8bba1de22f030..4acbd7716d9b154312b6a6aa86f6d82cde8b6a0f 100644 (file)
@@ -502,7 +502,7 @@ pub enum Event {
                /// Furthermore, note that if [`ChannelTypeFeatures::supports_zero_conf`] returns true on this type,
                /// the resulting [`ChannelManager`] will not be readable by versions of LDK prior to
                /// 0.0.107. Channels setting this type also need to get manually accepted via
-               /// [`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
                /// otherwise.
                ///
                /// [`ChannelManager`]: crate::ln::channelmanager::ChannelManager