X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning%2Fsrc%2Futil%2Fevents.rs;h=3b90015cab901bd0ba72586ffad37dd65d3be711;hb=b1cd5a74348ad305ce9cacd30749322651811635;hp=8c9f5af4c0bf52cd9c2ea51cb2432373bea3b457;hpb=482d718e27ef9229747eb2d2d9b6dab01cf5e23f;p=rust-lightning diff --git a/lightning/src/util/events.rs b/lightning/src/util/events.rs index 8c9f5af4..3b90015c 100644 --- a/lightning/src/util/events.rs +++ b/lightning/src/util/events.rs @@ -235,7 +235,7 @@ pub enum Event { /// Note that this does *not* indicate that all paths for an MPP payment have failed, see /// [`Event::PaymentFailed`] and [`all_paths_failed`]. /// - /// [`all_paths_failed`]: Self::all_paths_failed + /// [`all_paths_failed`]: Self::PaymentPathFailed::all_paths_failed PaymentPathFailed { /// The id returned by [`ChannelManager::send_payment`] and used with /// [`ChannelManager::retry_payment`] and [`ChannelManager::abandon_payment`].