routing: use new graph.DB interface in ChannelRouter

This commit is contained in:
Elle Mouton
2024-06-16 19:02:55 -04:00
parent be84d6974e
commit 30e6671a13
2 changed files with 3 additions and 3 deletions

View File

@@ -253,8 +253,7 @@ type Config struct {
// Graph is the channel graph that the ChannelRouter will use to gather
// metrics from and also to carry out path finding queries.
// TODO(roasbeef): make into an interface
Graph *channeldb.ChannelGraph
Graph graph.DB
// Chain is the router's source to the most up-to-date blockchain data.
// All incoming advertised channels will be checked against the chain