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.
RouteParameters
1 parent ba8af22 commit dbb9ea3Copy full SHA for dbb9ea3
lightning/src/routing/router.rs
@@ -436,10 +436,7 @@ impl Readable for Route {
436
437
/// Parameters needed to find a [`Route`].
438
///
439
-/// Passed to [`find_route`] and [`build_route_from_hops`], but also provided in
440
-/// [`Event::PaymentPathFailed`].
441
-///
442
-/// [`Event::PaymentPathFailed`]: crate::events::Event::PaymentPathFailed
+/// Passed to [`find_route`] and [`build_route_from_hops`].
443
#[derive(Clone, Debug, PartialEq, Eq)]
444
pub struct RouteParameters {
445
/// The parameters of the failed payment path.
0 commit comments