Pathfinding: log when we ignore one hop blinded route hints

This commit is contained in:
Valentine Wallace 2023-09-12 14:55:36 -04:00
parent 0f87ee8883
commit 6cfb052d98
No known key found for this signature in database
GPG key ID: FD3E106A2CE099B4

View file

@ -1781,6 +1781,7 @@ where L::Target: Logger {
CandidateRouteHop::FirstHop { .. } => true,
CandidateRouteHop::PrivateHop { .. } => true,
CandidateRouteHop::Blinded { .. } => true,
CandidateRouteHop::OneHopBlinded { .. } => true,
_ => false,
};