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 6021fba commit 32c89ccCopy full SHA for 32c89cc
lightning/src/util/events.rs
@@ -204,6 +204,9 @@ pub enum Event {
204
/// The payment path that failed.
205
path: Vec<RouteHop>,
206
/// The channel responsible for the failed payment path.
207
+ ///
208
+ /// If this is `Some`, then the corresponding channel should be avoided when the payment is
209
+ /// retried. May be `None` for older [`Event`] serializations.
210
short_channel_id: Option<u64>,
211
#[cfg(test)]
212
error_code: Option<u16>,
0 commit comments