mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 22:25:24 +01:00
fix: correct no-rest-tls parameter in error message
This commit is contained in:
parent
a5aeca8ca2
commit
57ac57ea66
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue