We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
PaymentPathFailed
1 parent 08985d5 commit 32df62aCopy full SHA for 32df62a
lightning/src/util/events.rs
@@ -331,6 +331,10 @@ pub enum Event {
331
path: Vec<RouteHop>,
332
/// The channel responsible for the failed payment path.
333
///
334
+ /// Note that for route hints or for the first hop in a path this may be an SCID alias and
335
+ /// may not refer to a channel in the public network graph. These aliases may also collide
336
+ /// with channels in the public network graph.
337
+ ///
338
/// If this is `Some`, then the corresponding channel should be avoided when the payment is
339
/// retried. May be `None` for older [`Event`] serializations.
340
short_channel_id: Option<u64>,
0 commit comments