Skip to content

Commit a5e513b

Browse files
committed
f - expand docs
1 parent b4a9213 commit a5e513b

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
@@ -343,7 +343,8 @@ pub enum Event {
343343
},
344344
/// Indicates that a path for an outbound payment was successful.
345345
///
346-
/// Useful for scoring channels. See [`Event::PaymentSent`] for obtaining the payment preimage.
346+
/// Always generated after [`Event::PaymentSent`] and thus useful for scoring channels. See
347+
/// [`Event::PaymentSent`] for obtaining the payment preimage.
347348
PaymentPathSuccessful {
348349
/// The id returned by [`ChannelManager::send_payment`] and used with
349350
/// [`ChannelManager::retry_payment`].

0 commit comments

Comments
 (0)