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
{{ message }}
This repository was archived by the owner on Dec 19, 2025. It is now read-only.
Given a network graph in the graph project, construct a route from a sender to a receiver.
The route will need to consider per-hop fees, disabled status, and capacity. The default implementation should seek to minimize routing fees along the path.
The function should return a list of short channel IDs for the path.