Skip to content

Commit

Permalink
Fix local-cluster (invalid config name) (#4288)
Browse files Browse the repository at this point in the history
I have fixed the config file name so the local-cluster starts without
problems as a part of the `e2e` test run.
  • Loading branch information
Unisay authored Dec 4, 2023
2 parents aa02d0a + 8a0bf5a commit 0b57138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/local-cluster/lib/Cardano/Wallet/LocalCluster.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0b57138

Please sign in to comment.