We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7f1451 commit 5d935cbCopy full SHA for 5d935cb
mithril-infra/assets/tools/pool/query-stake-pool.sh
@@ -6,6 +6,9 @@
6
# Import prelude
7
. $(dirname -- "$0")/_prelude.sh
8
9
+# Show version
10
+CARDANO_CLI_CMD --version
11
+
12
# Compute Pool Id
13
POOL_ID=$(CARDANO_CLI_CMD stake-pool id --cold-verification-key-file ${POOL_ARTIFACTS_DIR}/cold.vkey)
14
echo POOL_ID=$POOL_ID
0 commit comments