You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 18, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: tools/src/launcher/Main.hs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -423,7 +423,7 @@ generateTlsCertificates ConfigurationOptions{..} executable tlsPath = do
423
423
424
424
when (exitCode /=ExitSuccess) $do
425
425
logError "Couldn't generate TLS certificates for Wallet"
426
-
liftIO .fail$"Couldn't generate TLS certificates; wallet won't work without TLS. Please check your configuration and make sure you aren't already running an instance of Cardano."
426
+
liftIO .fail$"Couldn't generate TLS certificates; Daedalus wallet won't work without TLS. Please check your configuration and make sure you aren't already running an instance of Daedalus wallet."
427
427
428
428
429
429
--| If we are on server, we want the following algorithm:
0 commit comments