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
graph/db: use PreferHighest for channel fetches and add GetVersions wrappers
Switch FetchChannelEdgesByID and FetchChannelEdgesByOutpoint on
ChannelGraph to use the PreferHighest store variants so that callers
get the highest available gossip version without needing to specify
one.
Also add GetVersionsBySCID and GetVersionsByOutpoint convenience
wrappers on ChannelGraph that delegate to the corresponding Store
methods.
0 commit comments