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 lightning implementations (CLN) add routehints to the invoice to signal where they have liquidity on the incoming channel. Our current estimateroutefee rpc call will alter the route and try to send a payment to the pre-last hop, messing up the fee-estimation.
Not 100% sure what was the main assumption behind the isLSP heuristic we have in the code, but we need to make sure that public node destinations are excluded and probed directly instead of altering the route.
The text was updated successfully, but these errors were encountered:
Some lightning implementations (CLN) add routehints to the invoice to signal where they have liquidity on the incoming channel. Our current
estimateroutefee
rpc call will alter the route and try to send a payment to the pre-last hop, messing up the fee-estimation.Not 100% sure what was the main assumption behind the
isLSP
heuristic we have in the code, but we need to make sure that public node destinations are excluded and probed directly instead of altering the route.The text was updated successfully, but these errors were encountered: