mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-18 01:56:55 +01:00
graph+channeldb: add AddrSource interface to GraphSource
This commit is contained in:
@@ -612,7 +612,7 @@ func newServer(cfg *Config, listenAddrs []net.Addr,
|
||||
HtlcInterceptor: invoiceHtlcModifier,
|
||||
}
|
||||
|
||||
addrSource := channeldb.NewMultiAddrSource(dbs.ChanStateDB, dbs.GraphDB)
|
||||
addrSource := channeldb.NewMultiAddrSource(dbs.ChanStateDB, graphSource)
|
||||
|
||||
s := &server{
|
||||
cfg: cfg,
|
||||
|
||||
Reference in New Issue
Block a user