Skip to content

Commit

Permalink
Fix local-cluster (invalid config name)
Browse files Browse the repository at this point in the history
  • Loading branch information
Unisay committed Dec 1, 2023
1 parent 4c6db3c commit 8a0bf5a
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 8a0bf5a

Please sign in to comment.