Skip to content

Commit

Permalink
update daedalus to latest develop and fix the problems on both sides
Browse files Browse the repository at this point in the history
  • Loading branch information
cleverca22 committed Sep 20, 2018
1 parent 64ec804 commit 4d97f01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cardano-sl-src.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"url": "https://github.com/input-output-hk/cardano-sl",
"rev": "a46caf43c2208a41935bb27e2aa5989864df70c7",
"sha256": "1l013pgkb0z4rlrfs8lcgb1vfqjnfly6ysw9iap04fmxhcw365cf",
"rev": "515afc3fb6e8b9804a6c325defa95a778df8c8e8",
"sha256": "0f7djx171jvcp1wxnpy063xnqh28qhl701n9ldsy4bj89bj2iza2",
"fetchSubmodules": false
}
1 change: 0 additions & 1 deletion installers/dhall/launcher.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
[ "--tlsca", "${os.nodeArgs.tlsPath}/server/ca.crt"
, "--tlscert", "${os.nodeArgs.tlsPath}/server/server.crt"
, "--tlskey", "${os.nodeArgs.tlsPath}/server/server.key"
, "--new-wallet"
, "--no-client-auth"
, "--update-server", cluster.updateServer
, "--keyfile", os.nodeArgs.keyfile
Expand Down
2 changes: 1 addition & 1 deletion installers/dhall/linux64.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ in
, logsPrefix = "${dataDir}/Logs"
, topology = "\${DAEDALUS_CONFIG}/wallet-topology.yaml"
, updateLatestPath = "${dataDir}/installer.sh"
, walletDBPath = "${dataDir}/Wallet/"
, walletDBPath = "${dataDir}/Wallet"
, tlsPath = "${dataDir}/tls"
}
, pass =
Expand Down

0 comments on commit 4d97f01

Please sign in to comment.