mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-10 01:42:57 +02:00
routing: use new graph.DB interface in ChannelRouter
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user