Skip to content

Commit

Permalink
Adapt golden files
Browse files Browse the repository at this point in the history
  • Loading branch information
smelc committed Mar 21, 2024
1 parent 08612cf commit 921db76
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cardano-cli/test/cardano-cli-golden/files/golden/help.cli
Original file line number Diff line number Diff line change
Expand Up @@ -6504,12 +6504,14 @@ Usage: cardano-cli conway governance vote create (--yes | --no | --abstain)
( --drep-verification-key STRING
| --drep-verification-key-file FILE
| --drep-key-hash HASH
| --drep-script-hash HASH
| --stake-pool-verification-key STRING
| --cold-verification-key-file FILE
| --stake-pool-id STAKE_POOL_ID
| --cc-hot-verification-key STRING
| --cc-hot-verification-key-file FILE
| --cc-hot-key-hash STRING
| --cc-hot-script-hash HASH
)
[--anchor-url TEXT
--anchor-data-hash HASH]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ Usage: cardano-cli conway governance vote create (--yes | --no | --abstain)
( --drep-verification-key STRING
| --drep-verification-key-file FILE
| --drep-key-hash HASH
| --drep-script-hash HASH
| --stake-pool-verification-key STRING
| --cold-verification-key-file FILE
| --stake-pool-id STAKE_POOL_ID
| --cc-hot-verification-key STRING
| --cc-hot-verification-key-file FILE
| --cc-hot-key-hash STRING
| --cc-hot-script-hash HASH
)
[--anchor-url TEXT
--anchor-data-hash HASH]
Expand All @@ -28,6 +30,9 @@ Available options:
Filepath of the DRep verification key.
--drep-key-hash HASH DRep verification key hash (either Bech32-encoded or
hex-encoded).
--drep-script-hash HASH Cold Native or Plutus script file hash (hex-encoded).
Obtain it with "cardano-cli conway governance hash
script ...".
--stake-pool-verification-key STRING
Stake pool verification key (Bech32 or hex-encoded).
--cold-verification-key-file FILE
Expand All @@ -40,6 +45,10 @@ Available options:
--cc-hot-verification-key-file FILE
Filepath of the Consitutional Committee hot key.
--cc-hot-key-hash STRING Constitutional Committee key hash (hex-encoded).
--cc-hot-script-hash HASH
Cold Native or Plutus script file hash (hex-encoded).
Obtain it with "cardano-cli conway governance hash
script ...".
--anchor-url TEXT Vote anchor URL
--anchor-data-hash HASH Hash of the vote anchor data (obtain it with
"cardano-cli conway governance hash anchor-data
Expand Down

0 comments on commit 921db76

Please sign in to comment.