Skip to content

Commit

Permalink
cardano-testnet: avoid a useless indirection
Browse files Browse the repository at this point in the history
  • Loading branch information
smelc committed Feb 27, 2025
1 parent 2b6bb6c commit 525cec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cardano-testnet/src/Testnet/Components/Configuration.hs
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ createSPOGenesisAndFiles nPoolNodes nDelReps maxSupply asbe@(AnyShelleyBasedEra

return genesisShelleyDir
where
genesisInputFilepath e = "genesis-input." <> anyEraToString (AnyCardanoEra e) <> ".json"
genesisInputFilepath e = "genesis-input." <> eraToString e <> ".json"

ifaceAddress :: String
ifaceAddress = "127.0.0.1"
Expand Down

0 comments on commit 525cec5

Please sign in to comment.