File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ pub enum PaymentFailureReason {
289
289
/// `PaymentParams` this payment will be failed if it is retried after this time has elapsed.
290
290
PaymentExpired ,
291
291
/// We failed to find a route while retrying the payment.
292
- FailedRoutingRetry ,
292
+ RouteNotFound ,
293
293
/// This error should generally never happen. This likely means that there is a problem with
294
294
/// your router.
295
295
UnexpectedError ,
@@ -301,7 +301,7 @@ impl_writeable_tlv_based_enum_upgradable!(PaymentFailureReason,
301
301
( 4 , UserAbandoned ) => { } ,
302
302
( 6 , RetriesExhausted ) => { } ,
303
303
( 8 , PaymentExpired ) => { } ,
304
- ( 10 , FailedRoutingRetry ) => { } ,
304
+ ( 10 , RouteNotFound ) => { } ,
305
305
( 12 , UnexpectedError ) => { } ,
306
306
) ;
307
307
You can’t perform that action at this time.
0 commit comments