Skip to content

Commit dab335a

Browse files
committed
Reactivate pools scripts generation in devnet
1 parent e409e39 commit dab335a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mithril-test-lab/mithril-devnet/devnet-mkfiles.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ SCRIPT_DIRECTORY=$(dirname $0)
2323
. $SCRIPT_DIRECTORY/mkfiles/mkfiles-start.sh
2424

2525
# Generate the pools scripts
26-
#. ${SCRIPT_DIRECTORY}/mkfiles/mkfiles-pools.sh
26+
. ${SCRIPT_DIRECTORY}/mkfiles/mkfiles-pools.sh
2727

2828
# Generate the query scripts
2929
. $SCRIPT_DIRECTORY/mkfiles/mkfiles-query.sh

mithril-test-lab/mithril-devnet/mkfiles/mkfiles-pools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ NODE_ID=1
1414
PARTY_IDS=()
1515
for NODE in ${POOL_NODES}; do
1616
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)
1818
PARTY_IDS[$NODE_ID]=$PARTY_ID
1919
echo PARTY_ID=${PARTY_ID} > ${NODE}/pool.env
2020
cat >> ${NODE}/metadata.json <<EOF

0 commit comments

Comments
 (0)