Skip to content

Commit 5377548

Browse files
committed
f rephase for clarity
1 parent 2bb3bde commit 5377548

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lightning/src/util/events.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,8 @@ pub enum Event {
358358
/// something. You may wish to retry with a different route.
359359
///
360360
/// 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.
361+
/// [`ChannelManager::abandon_payment`] at least once for a given [`PaymentId`] or memory
362+
/// related to payment tracking will leak.
362363
///
363364
/// Note that this does *not* indicate that all paths for an MPP payment have failed, see
364365
/// [`Event::PaymentFailed`] and [`all_paths_failed`].

0 commit comments

Comments
 (0)