rpcsercer+subservercfg: populate autopilot RPC config

This commit is contained in:
Johan T. Halseth
2018-12-13 12:26:30 +01:00
parent 28a92185cc
commit 8754635de5
3 changed files with 14 additions and 4 deletions

2
lnd.go
View File

@@ -332,7 +332,7 @@ func lndMain() error {
// exported by the rpcServer.
rpcServer, err := newRPCServer(
server, macaroonService, cfg.SubRPCServers, serverOpts,
proxyOpts, tlsConf,
proxyOpts, atplManager, tlsConf,
)
if err != nil {
srvrLog.Errorf("unable to start RPC server: %v", err)