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 2a65815 + b1c2b9f commit 9184f26Copy full SHA for 9184f26
hydra-cluster/src/CardanoNode.hs
@@ -217,6 +217,7 @@ withCardanoNodeOnKnownNetwork tracer stateDirectory knownNetwork action = do
217
, "shelley-genesis.json"
218
, "alonzo-genesis.json"
219
, "conway-genesis.json"
220
+ , "peer-snapshot.json"
221
]
222
$ \fn -> do
223
createDirectoryIfMissing True $ stateDirectory </> takeDirectory fn
0 commit comments