Skip to content

Commit

Permalink
fixup! lnd+cmd/lnd/main: add ListenerCfg to Main
Browse files Browse the repository at this point in the history
  • Loading branch information
halseth committed Aug 27, 2019
1 parent 635436c commit 8d06494
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lnd.go
Expand Up @@ -290,7 +290,7 @@ func Main(lisCfg ListenerCfg) error {
[]grpc.ServerOption, error) {

// If we have chosen to start with a dedicated listener for the
// wallet unlocker, we we return it directly, and empty server
// wallet unlocker, we return it directly, and empty server
// options to deactivate TLS.
// TODO(halseth): any point in adding TLS support for custom
// listeners?
Expand Down Expand Up @@ -526,8 +526,8 @@ func Main(lisCfg ListenerCfg) error {
error) {

// If we have chosen to start with a dedicated listener for the
// rpc server, we we return it directly, and empty server
// options to deactivate TLS.
// rpc server, we return it directly, and empty server options
// to deactivate TLS.
// TODO(halseth): any point in adding TLS support for custom
// listeners?
if lisCfg.RPCListener != nil {
Expand Down

0 comments on commit 8d06494

Please sign in to comment.