From 8a0bf5a72e7ec1cbb12b5e277b1af844b685a084 Mon Sep 17 00:00:00 2001 From: Yura Lazarev Date: Fri, 1 Dec 2023 12:59:57 +0100 Subject: [PATCH] Fix local-cluster (invalid config name) --- lib/local-cluster/lib/Cardano/Wallet/LocalCluster.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/local-cluster/lib/Cardano/Wallet/LocalCluster.hs b/lib/local-cluster/lib/Cardano/Wallet/LocalCluster.hs index 1f6c3345dbd..08e19557ecb 100644 --- a/lib/local-cluster/lib/Cardano/Wallet/LocalCluster.hs +++ b/lib/local-cluster/lib/Cardano/Wallet/LocalCluster.hs @@ -239,7 +239,7 @@ main = withUtf8 $ do , WC.walletListenPort = Nothing , WC.walletByronGenesisForTestnet = Just $ - clusterDir Path. [Path.relfile|genesis.byron.json|] + clusterDir Path. [Path.relfile|genesis-byron.json|] } ) (WC.stop . fst)