X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning%2Fsrc%2Futil%2Fevents.rs;h=3b90015cab901bd0ba72586ffad37dd65d3be711;hb=9f1660e25db7e2aed650a3510a6b821bd01452a9;hp=8c9f5af4c0bf52cd9c2ea51cb2432373bea3b457;hpb=0df247d6328ea78a6c1daa3d01f5c311e82f06a6;p=rust-lightning diff --git a/lightning/src/util/events.rs b/lightning/src/util/events.rs index 8c9f5af4c..3b90015ca 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`].