lnd+rpc: fix linter errors

This commit is contained in:
Olaoluwa Osuntokun
2018-11-02 15:41:38 -07:00
parent 35b4b35eae
commit a8ac3cfe7d
4 changed files with 15 additions and 13 deletions

2
lnd.go
View File

@ -315,7 +315,7 @@ func lndMain() error {
// Initialize, and register our implementation of the gRPC interface
// exported by the rpcServer.
rpcServer, err := newRPCServer(
server, macaroonService, cfg.SubRpcServers, serverOpts,
server, macaroonService, cfg.SubRPCServers, serverOpts,
proxyOpts, tlsConf,
)
if err != nil {