Skip to content

Commit 9184f26

Browse files
authored
Add missing file (#2150)
Hotfix for new version of cardano-node.
2 parents 2a65815 + b1c2b9f commit 9184f26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hydra-cluster/src/CardanoNode.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ withCardanoNodeOnKnownNetwork tracer stateDirectory knownNetwork action = do
217217
, "shelley-genesis.json"
218218
, "alonzo-genesis.json"
219219
, "conway-genesis.json"
220+
, "peer-snapshot.json"
220221
]
221222
$ \fn -> do
222223
createDirectoryIfMissing True $ stateDirectory </> takeDirectory fn

0 commit comments

Comments
 (0)