Skip to content

Commit

Permalink
Try fix Windows CI by not hitting 97 length limit
Browse files Browse the repository at this point in the history
  • Loading branch information
smelc committed Nov 21, 2024
1 parent e862761 commit dcbe34d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ runGenesisCreateTestNetDataCmd
void $ writeFileGenesis byronGenesisFp $ WritePretty defaultByronProtocolParamsJsonValue

let byronGenesisParameters = mkByronGenesisParameters actualNetworkWord32 byronGenesisFp shelleyGenesis'
byronOutputDir = outputDir </> "byron-gen-command"
byronOutputDir = outputDir </> "b"
dumpGenesis = Byron.DumpGenesis False False True True True False
(byronGenesis, byronSecrets) <-
firstExceptT GenesisCmdByronError $ Byron.mkGenesis byronGenesisParameters
Expand Down

0 comments on commit dcbe34d

Please sign in to comment.