We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fad7660 + 74e2f0c commit 6a5600fCopy full SHA for 6a5600f
hydra-cluster/src/CardanoNode.hs
@@ -169,7 +169,7 @@ withBlockfrostBackend ::
169
withBlockfrostBackend _tracer stateDirectory action = do
170
args <- setupCardanoDevnet stateDirectory
171
shelleyGenesis <- readFileBS >=> unsafeDecodeJson $ stateDirectory </> nodeShelleyGenesisFile args
172
- let backend = BlockfrostBackend $ BlockfrostOptions{projectPath = ".." </> Backend.blockfrostProjectPath}
+ let backend = BlockfrostBackend $ BlockfrostOptions{projectPath = Backend.blockfrostProjectPath}
173
action (getShelleyGenesisBlockTime shelleyGenesis) backend
174
175
withBackend ::
0 commit comments