Skip to content

Commit

Permalink
Merge pull request #631 from input-output-hk/jpraynaud/563-fix-mithri…
Browse files Browse the repository at this point in the history
…l-infra

Fix typos in CI
  • Loading branch information
jpraynaud authored Dec 1, 2022
2 parents 42d9bd9 + 41dc717 commit 394abbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ jobs:
type = "unverified",
pool_id = "pool18r62tz408lkgfu6pq5svwzkh2vslkeg6mf72qf3h8njgvzhx9ce",
},
"1" = {
"2" = {
type = "verified",
pool_id = "",
},
Expand Down
4 changes: 2 additions & 2 deletions mithril-infra/assets/tools/pool/create-keys.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# Create keys and addresses
## Create payment keypair
CARDANO_CLI_CMD address key-gen \s
CARDANO_CLI_CMD address key-gen \
--verification-key-file ${POOL_ARTIFACTS_DIR}/payment.vkey \
--signing-key-file ${POOL_ARTIFACTS_DIR}/payment.skey

Expand All @@ -30,7 +30,7 @@ CARDANO_CLI_CMD stake-address build \
--out-file ${POOL_ARTIFACTS_DIR}/stake.addr \
--testnet-magic $NETWORK_MAGIC

# 2. Generate your stake pool keys
# Generate your stake pool keys
## Generate Cold Keys and a Cold_counter
CARDANO_CLI_CMD node key-gen \
--cold-verification-key-file ${POOL_ARTIFACTS_DIR}/cold.vkey \
Expand Down

0 comments on commit 394abbf

Please sign in to comment.