You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some LSPs running LDK want to give users scorer data directly from their node. Sadly, even if they're probing, this data will not include the channels the LSP has, which is fine for the LSP but may result in poor performance for the user. We should have some way to do historical tracking of our own channels and just include that into a scorer, maybe via some future "merge scorer" method.