Skip to content

Commit

Permalink
Adapt golden files
Browse files Browse the repository at this point in the history
  • Loading branch information
smelc committed Jul 2, 2024
1 parent e67fb50 commit 531b541
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
7 changes: 4 additions & 3 deletions cardano-cli/test/cardano-cli-golden/files/golden/help.cli
Original file line number Diff line number Diff line change
Expand Up @@ -6930,9 +6930,10 @@ Usage: cardano-cli conway governance committee create-hot-key-authorization-cert
| --cold-script-hash HASH
| --cold-script-file FILE
)
( --hot-key STRING
| --hot-key-file FILE
| --hot-key-hash STRING
( --hot-verification-key STRING
| --hot-verification-key-file FILE
| --hot-verification-key-hash STRING
| --hot-script-hash HASH
| --hot-script-file FILE
)
--out-file FILE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ Usage: cardano-cli conway governance committee create-hot-key-authorization-cert
| --cold-script-hash HASH
| --cold-script-file FILE
)
( --hot-key STRING
| --hot-key-file FILE
| --hot-key-hash STRING
( --hot-verification-key STRING
| --hot-verification-key-file FILE
| --hot-verification-key-hash STRING
| --hot-script-hash HASH
| --hot-script-file FILE
)
--out-file FILE
Expand All @@ -25,9 +26,15 @@ Available options:
(hex-encoded). Obtain it with "cardano-cli hash
script ...".
--cold-script-file FILE Cold Native or Plutus script file
--hot-key STRING Constitutional Committee hot key (hex-encoded).
--hot-key-file FILE Filepath of the Consitutional Committee hot key.
--hot-key-hash STRING Constitutional Committee key hash (hex-encoded).
--hot-verification-key STRING
Constitutional Committee hot key (hex-encoded).
--hot-verification-key-file FILE
Filepath of the Consitutional Committee hot key.
--hot-verification-key-hash STRING
Constitutional Committee key hash (hex-encoded).
--hot-script-hash HASH Committee hot Native or Plutus script file hash
(hex-encoded). Obtain it with "cardano-cli hash
script ...".
--hot-script-file FILE Hot Native or Plutus script file
--out-file FILE The output file.
-h,--help Show this help text

0 comments on commit 531b541

Please sign in to comment.