File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
mithril-test-lab/mithril-devnet Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ SCRIPT_DIRECTORY=$(dirname $0)
23
23
. $SCRIPT_DIRECTORY /mkfiles/mkfiles-start.sh
24
24
25
25
# Generate the pools scripts
26
- # . ${SCRIPT_DIRECTORY}/mkfiles/mkfiles-pools.sh
26
+ . ${SCRIPT_DIRECTORY} /mkfiles/mkfiles-pools.sh
27
27
28
28
# Generate the query scripts
29
29
. $SCRIPT_DIRECTORY /mkfiles/mkfiles-query.sh
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ NODE_ID=1
14
14
PARTY_IDS=()
15
15
for NODE in ${POOL_NODES} ; do
16
16
PARTY_ID=$( ./cardano-cli stake-pool id \
17
- --cold-verification-key-file ${NODE} /shelley/operator .vkey)
17
+ --cold-verification-key-file ${NODE} /shelley/cold .vkey)
18
18
PARTY_IDS[$NODE_ID ]=$PARTY_ID
19
19
echo PARTY_ID=${PARTY_ID} > ${NODE} /pool.env
20
20
cat >> ${NODE} /metadata.json << EOF
You can’t perform that action at this time.
0 commit comments