Skip to content

Commit 5d935cb

Browse files
committed
Add show Cardano version in pool tools
1 parent b7f1451 commit 5d935cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mithril-infra/assets/tools/pool/query-stake-pool.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
# Import prelude
77
. $(dirname -- "$0")/_prelude.sh
88

9+
# Show version
10+
CARDANO_CLI_CMD --version
11+
912
# Compute Pool Id
1013
POOL_ID=$(CARDANO_CLI_CMD stake-pool id --cold-verification-key-file ${POOL_ARTIFACTS_DIR}/cold.vkey)
1114
echo POOL_ID=$POOL_ID

0 commit comments

Comments
 (0)