mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-03 18:22:25 +02:00
config: add sub-server config parsing logic for the new Router service
This commit is contained in:
@@ -416,7 +416,7 @@ func newRPCServer(s *server, macService *macaroons.Service,
|
||||
// server configuration struct.
|
||||
err := subServerCgs.PopulateDependencies(
|
||||
s.cc, networkDir, macService, atpl, invoiceRegistry,
|
||||
activeNetParams.Params,
|
||||
activeNetParams.Params, s.chanRouter,
|
||||
)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
Reference in New Issue
Block a user