diff --git a/cardano-testnet/src/Testnet/Start/Cardano.hs b/cardano-testnet/src/Testnet/Start/Cardano.hs index 3c3f6080130..13d375cd1c8 100644 --- a/cardano-testnet/src/Testnet/Start/Cardano.hs +++ b/cardano-testnet/src/Testnet/Start/Cardano.hs @@ -275,6 +275,10 @@ cardanoTestnet -- Add Byron, Shelley and Alonzo genesis hashes to node configuration config <- createConfigJson (TmpAbsolutePath tmpAbsPath) sbe H.evalIO $ LBS.writeFile (unFile configurationFile) config + execCli_ + [ "debug", "check-node-configuration" + , "--node-configuration-file", unFile configurationFile + ] portNumbersWithNodeOptions <- forM cardanoNodes $ \nodeOption -> (nodeOption,) <$> H.randomPort testnetDefaultIpv4Address let portNumbers = snd <$> portNumbersWithNodeOptions