Skip to content

Commit b59cf53

Browse files
f drop outdated comment
1 parent 7a0e3eb commit b59cf53

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lightning/src/routing/router.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,6 @@ impl Payee {
798798
_ => None,
799799
}
800800
}
801-
// This method must always return the hints in the same order.
802801
fn blinded_route_hints(&self) -> &[(BlindedPayInfo, BlindedPath)] {
803802
match self {
804803
Self::Blinded { route_hints, .. } => &route_hints[..],

0 commit comments

Comments
 (0)