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 authored and johnalotoski committed Apr 29, 2024
1 parent ec35bfd commit a30e072
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flakeModules/jobs.nix
Original file line number Diff line number Diff line change
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 a30e072

Please sign in to comment.