Skip to content

Commit

Permalink
start time: update to the testnet-0.6 re-deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
deepfire authored and domenkozar committed Sep 7, 2017
1 parent 271ab22 commit 1490060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installers/Launcher.hs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ launcherArgs Launcher{..} = unwords $
"--db-path", quote (runtimePath <> "DB-0.6"),
"--wallet-db-path", quote (runtimePath <> "Wallet-0.6"),
"--update-server", "https://s3.eu-central-1.amazonaws.com/update-system/",
"--system-start", "1504811705",
"--system-start", "1504820421",
"--update-with-package",
"--tlscert", quote (tlsBase <> "server" <> (pathSeparator : "server.crt")),
"--tlskey", quote (tlsBase <> "server" <> (pathSeparator : "server.key")),
Expand Down

0 comments on commit 1490060

Please sign in to comment.