Skip to content

Commit

Permalink
Fix for PARTY_ID used in verify_signer_request and verify_signer_sign…
Browse files Browse the repository at this point in the history
…ature
  • Loading branch information
TrevorBenson committed Apr 28, 2024
1 parent 6ab9d03 commit a06c12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cnode-helper-scripts/mithril.library
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ update_mithril_environment_for_signer() {
ERA_READER_ADAPTER_TYPE=cardano-chain
ERA_READER_ADAPTER_PARAMS=$(jq -nc --arg address "$(wget -q -O - "${ERA_READER_ADDRESS}")" --arg verification_key "$(wget -q -O - "${ERA_READER_VKEY}")" '{"address": $address, "verification_key": $verification_key}')
GENESIS_VERIFICATION_KEY=$(wget -q -O - https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/${RELEASE}-${NETWORK_NAME,,}/genesis.vkey)
PARTY_ID=$(cat ${POOL_DIR}/${POOL_ID_FILENAME})
PARTY_ID=$(cat ${POOL_DIR}/${POOL_ID_FILENAME}-bech32)
SNAPSHOT_DIGEST=latest
EOF"

Expand Down

0 comments on commit a06c12f

Please sign in to comment.