Skip to content

Commit dbb9ea3

Browse files
committed
Update outdated RouteParameters docs
As `RouteParameters` are not included anymore in `Event::PaymentPathFailed` since 0.0.115.
1 parent ba8af22 commit dbb9ea3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lightning/src/routing/router.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -436,10 +436,7 @@ impl Readable for Route {
436436

437437
/// Parameters needed to find a [`Route`].
438438
///
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
439+
/// Passed to [`find_route`] and [`build_route_from_hops`].
443440
#[derive(Clone, Debug, PartialEq, Eq)]
444441
pub struct RouteParameters {
445442
/// The parameters of the failed payment path.

0 commit comments

Comments
 (0)