Skip to content

Commit

Permalink
cardano-testnet: remove check that is too conservative
Browse files Browse the repository at this point in the history
The node itself, when it starts, doesn't require hashes of genesis
files. So it seems overkill to require it to start a testnet.
See also
#6103 (comment)
  • Loading branch information
smelc committed Feb 12, 2025
1 parent c92a4cb commit 38b11ab
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cardano-testnet/src/Testnet/Start/Cardano.hs
Original file line number Diff line number Diff line change
Expand Up @@ -281,11 +281,6 @@ cardanoTestnet
UserNodeConfig userSubmittedNodeConfigFile ->
liftIO $ IO.makeAbsolute userSubmittedNodeConfigFile

execCli_
[ "debug", "check-node-configuration"
, "--node-configuration-file", nodeConfigFile
]

portNumbersWithNodeOptions <- forM cardanoNodes $ \nodeOption -> (nodeOption,) <$> H.randomPort testnetDefaultIpv4Address
let portNumbers = snd <$> portNumbersWithNodeOptions

Expand Down

0 comments on commit 38b11ab

Please sign in to comment.