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