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 63e3486 commit 2710160Copy full SHA for 2710160
lightning/src/util/events.rs
@@ -235,7 +235,7 @@ pub enum Event {
235
/// Note that this does *not* indicate that all paths for an MPP payment have failed, see
236
/// [`Event::PaymentFailed`] and [`all_paths_failed`].
237
///
238
- /// [`all_paths_failed`]: Self::all_paths_failed
+ /// [`all_paths_failed`]: Self::PaymentPathFailed::all_paths_failed
239
PaymentPathFailed {
240
/// The id returned by [`ChannelManager::send_payment`] and used with
241
/// [`ChannelManager::retry_payment`] and [`ChannelManager::abandon_payment`].
0 commit comments