Skip to content

Commit

Permalink
Merge pull request #4993 from rockstardev/patch-1
Browse files Browse the repository at this point in the history
fix: correct no-rest-tls parameter in error message
  • Loading branch information
halseth authored Feb 8, 2021
2 parents a5aeca8 + 57ac57e commit ef81217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lncfg/address.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func EnforceSafeAuthentication(addrs []net.Addr, macaroonsActive,
return fmt.Errorf("detected RPC server listening on "+
"publicly reachable interface %v with "+
"encryption disabled! Refusing to start "+
"with --notls specified", addr)
"with --no-rest-tls specified", addr)
}
}

Expand Down

0 comments on commit ef81217

Please sign in to comment.