cardanoTestnet
does not honor the cardanoOutputDir
field in the testnetOptions
argument
#6168
Labels
cardanoTestnet
does not honor the cardanoOutputDir
field in the testnetOptions
argument
#6168
Uh oh!
There was an error while loading. Please reload this page.
When calling the binary, the
cardanoOutputDir
field is processed before the call tocardanoTestnet
, inTestnet.Prperty.Run:testnetProperty
, where it is integrated in the generation of the configuration.When calling
cardanoTestnet
directly (e.g. for testing purposes), the argument is ignored, and the configuration is generated without using it.My proposal for fixing this issue would be to delete one of those arguments in the call to
cardanoTestnet
, or to sanitize its inputs altogether.Another option would be to push the code for honoring
cardanoOutputDir
down tocardanoTestnet
The text was updated successfully, but these errors were encountered: