Skip to content

Commit

Permalink
cardano-testnet-test: adapt to previous change (need to indicate when…
Browse files Browse the repository at this point in the history
… a genesis file is provided by user)
  • Loading branch information
smelc committed Feb 28, 2025
1 parent e12423a commit be1c48e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ hprop_gov_no_confidence = integrationWorkspace "no-confidence" $ \tempAbsBasePat
, configurationFile
} <- cardanoTestnet
fastTestnetOptions
conf UserNodeConfigNotSubmitted shelleyGenesis'
alonzoGenesis conwayGenesisWithCommittee
conf UserNodeConfigNotSubmitted
(GenesisBatch (shelleyGenesis', alonzoGenesis, conwayGenesisWithCommittee, UserProvidedOrigin))

poolNode1 <- H.headM testnetNodes
poolSprocket1 <- H.noteShow $ nodeSprocket poolNode1
Expand Down

0 comments on commit be1c48e

Please sign in to comment.