Skip to content

Commit

Permalink
Need to process the many case first, I think.
Browse files Browse the repository at this point in the history
  • Loading branch information
noonio committed Dec 9, 2024
1 parent d2a14e6 commit 99b84d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydra-node/src/Hydra/Options.hs
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ directChainConfigParser =
DirectChainConfig
<$> networkIdParser
<*> nodeSocketParser
<*> (hydraScriptsTxIdsParser <|> many hydraScriptsTxIdParser)
<*> (many hydraScriptsTxIdParser <|> hydraScriptsTxIdsParser)
<*> cardanoSigningKeyFileParser
<*> many cardanoVerificationKeyFileParser
<*> optional startChainFromParser
Expand Down

0 comments on commit 99b84d4

Please sign in to comment.