Skip to content

Commit

Permalink
fix renamed CLI command delegation-certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
disassembler committed Apr 27, 2024
1 parent f89edf6 commit 0d53263
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flakeModules/jobs.nix
Expand Up @@ -482,7 +482,7 @@ in {
NO_DEPLOY_FILE="$NO_DEPLOY_DIR/$POOL_NAME"
# Generate stake delegation certificate
"''${CARDANO_CLI[@]}" stake-address stake-delegation-certificate \
"''${CARDANO_CLI[@]}" stake-address delegation-certificate \
--cold-verification-key-file "$(decrypt_check "$NO_DEPLOY_FILE"-cold.vkey)" \
--stake-verification-key-file "$(decrypt_check "$NO_DEPLOY_FILE"-reward-stake.vkey)" \
--out-file "$POOL_NAME"-reward-delegation.cert
Expand Down Expand Up @@ -605,7 +605,7 @@ in {
--out-file "$POOL_NAME"-reward-registration.cert
fi
"''${CARDANO_CLI[@]}" stake-address stake-delegation-certificate \
"''${CARDANO_CLI[@]}" stake-address delegation-certificate \
--cold-verification-key-file "$(decrypt_check "$NO_DEPLOY_FILE"-cold.vkey)" \
--stake-verification-key-file "$(decrypt_check "$NO_DEPLOY_FILE"-owner-stake.vkey)" \
--out-file "$POOL_NAME"-owner-delegation.cert
Expand Down

0 comments on commit 0d53263

Please sign in to comment.