We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bb3bde commit 5377548Copy full SHA for 5377548
lightning/src/util/events.rs
@@ -358,7 +358,8 @@ pub enum Event {
358
/// something. You may wish to retry with a different route.
359
///
360
/// If you have given up retrying this payment and wish to fail it, you MUST call
361
- /// [`ChannelManager::abandon_payment`] or memory related to payment tracking will leak.
+ /// [`ChannelManager::abandon_payment`] at least once for a given [`PaymentId`] or memory
362
+ /// related to payment tracking will leak.
363
364
/// Note that this does *not* indicate that all paths for an MPP payment have failed, see
365
/// [`Event::PaymentFailed`] and [`all_paths_failed`].
0 commit comments