We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4a9213 commit a5e513bCopy full SHA for a5e513b
lightning/src/util/events.rs
@@ -343,7 +343,8 @@ pub enum Event {
343
},
344
/// Indicates that a path for an outbound payment was successful.
345
///
346
- /// Useful for scoring channels. See [`Event::PaymentSent`] for obtaining the payment preimage.
+ /// Always generated after [`Event::PaymentSent`] and thus useful for scoring channels. See
347
+ /// [`Event::PaymentSent`] for obtaining the payment preimage.
348
PaymentPathSuccessful {
349
/// The id returned by [`ChannelManager::send_payment`] and used with
350
/// [`ChannelManager::retry_payment`].
0 commit comments