Merge pull request #4993 from rockstardev/patch-1
fix: correct no-rest-tls parameter in error message
This commit is contained in:
commit
ef81217f7b
@ -74,7 +74,7 @@ func EnforceSafeAuthentication(addrs []net.Addr, macaroonsActive,
|
|||||||
return fmt.Errorf("detected RPC server listening on "+
|
return fmt.Errorf("detected RPC server listening on "+
|
||||||
"publicly reachable interface %v with "+
|
"publicly reachable interface %v with "+
|
||||||
"encryption disabled! Refusing to start "+
|
"encryption disabled! Refusing to start "+
|
||||||
"with --notls specified", addr)
|
"with --no-rest-tls specified", addr)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user