mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-24 15:02:20 +01:00
Pathfinding: log when we ignore one hop blinded route hints
This commit is contained in:
parent
0f87ee8883
commit
6cfb052d98
1 changed files with 1 additions and 0 deletions
|
@ -1781,6 +1781,7 @@ where L::Target: Logger {
|
|||
CandidateRouteHop::FirstHop { .. } => true,
|
||||
CandidateRouteHop::PrivateHop { .. } => true,
|
||||
CandidateRouteHop::Blinded { .. } => true,
|
||||
CandidateRouteHop::OneHopBlinded { .. } => true,
|
||||
_ => false,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue