diff --git a/lib/shelley/src/Cardano/Wallet/Shelley/Launch.hs b/lib/shelley/src/Cardano/Wallet/Shelley/Launch.hs index 6f3dd18d5fc..631480c9348 100644 --- a/lib/shelley/src/Cardano/Wallet/Shelley/Launch.hs +++ b/lib/shelley/src/Cardano/Wallet/Shelley/Launch.hs @@ -267,7 +267,7 @@ withBFTNode tr severity (port, peers) action = [ "run" , "--config", config , "--topology", topology - , "--database-path", dir + , "--database-path", dir "db" , "--socket-path", socket , "--port", show port , "--shelley-kes-key", kesPrv @@ -304,7 +304,7 @@ withStakePool tr severity (port, peers) action = [ "run" , "--config", config , "--topology", topology - , "--database-path", dir + , "--database-path", dir "db" , "--socket-path", genSocketPath dir , "--port", show port , "--shelley-kes-key", kesPrv