File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
- 0.4.7
1
+ 0.4.8
2
2
Original file line number Diff line number Diff line change @@ -70,6 +70,11 @@ for SIGNER_TYPE in $SIGNER_TYPES; do
70
70
# Setup cardano node relay topology
71
71
cat /home/curry/docker/cardano/config/$CARDANO_NODE_VERSION/${ var . cardano_network } /cardano-node/topology.json > /home/curry/data/${ var . cardano_network } /mithril-signer-${ each . key } /cardano/pool/topology-relay.json
72
72
73
+ # Copy peer snapshot file (if exists)
74
+ if [ -f "/home/curry/docker/cardano/config/$CARDANO_NODE_VERSION/${ var . cardano_network } /cardano-node/peer-snapshot.json" ]; then
75
+ cp /home/curry/docker/cardano/config/$CARDANO_NODE_VERSION/${ var . cardano_network } /cardano-node/peer-snapshot.json /home/curry/data/${ var . cardano_network } /mithril-signer-${ each . key } /cardano/pool/peer-snapshot.json
76
+ fi
77
+
73
78
FOUND_CONFIGURATION=true
74
79
break
75
80
fi
You can’t perform that action at this time.
0 commit comments