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 9777f6f commit c78c34f
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 @@ -280,11 +280,6 @@ cardanoTestnet
return configurationFile
UserNodeConfig userSubmittedNodeConfigFile -> pure 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 c78c34f

Please sign in to comment.