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
Currently, the maximum length of candidate paths is not considered during path finding, which could result in some paths being returned from get_route that are then immediately failing during construction of the onion. (Note: The only place the max. length is currently mentioned is this comment, which however refers to the pre-TLV maximum of 20.)
To solve this, we should try to approximate the TLV-onion length of candidate paths in get_route and pre-filter the results so that other viable paths are preferred.
The text was updated successfully, but these errors were encountered:
Currently, the maximum length of candidate paths is not considered during path finding, which could result in some paths being returned from
get_route
that are then immediately failing during construction of the onion. (Note: The only place the max. length is currently mentioned is this comment, which however refers to the pre-TLV maximum of 20.)To solve this, we should try to approximate the TLV-onion length of candidate paths in
get_route
and pre-filter the results so that other viable paths are preferred.The text was updated successfully, but these errors were encountered: