Skip to content

Commit

Permalink
Adapt golden files
Browse files Browse the repository at this point in the history
  • Loading branch information
smelc committed Dec 11, 2023
1 parent e2913c7 commit 63dc923
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 26 deletions.
22 changes: 0 additions & 22 deletions cardano-cli/test/cardano-cli-golden/files/golden/help.cli
Original file line number Diff line number Diff line change
Expand Up @@ -8775,7 +8775,6 @@ Usage: cardano-cli legacy genesis hash --genesis FILE

Usage: cardano-cli legacy query
( protocol-parameters
| constitution-hash
| tip
| stake-pools
| stake-distribution
Expand Down Expand Up @@ -8804,16 +8803,6 @@ Usage: cardano-cli legacy query protocol-parameters --socket-path SOCKET_PATH

Get the node's current protocol parameters

Usage: cardano-cli legacy query constitution-hash --socket-path SOCKET_PATH
[--cardano-mode
[--epoch-slots SLOTS]]
( --mainnet
| --testnet-magic NATURAL
)
[--out-file FILE]

Get the constitution hash

Usage: cardano-cli legacy query tip --socket-path SOCKET_PATH
[--cardano-mode [--epoch-slots SLOTS]]
(--mainnet | --testnet-magic NATURAL)
Expand Down Expand Up @@ -10024,7 +10013,6 @@ Usage: cardano-cli genesis hash --genesis FILE

Usage: cardano-cli query
( protocol-parameters
| constitution-hash
| tip
| stake-pools
| stake-distribution
Expand Down Expand Up @@ -10053,16 +10041,6 @@ Usage: cardano-cli query protocol-parameters --socket-path SOCKET_PATH

Get the node's current protocol parameters

Usage: cardano-cli query constitution-hash --socket-path SOCKET_PATH
[--cardano-mode
[--epoch-slots SLOTS]]
( --mainnet
| --testnet-magic NATURAL
)
[--out-file FILE]

Get the constitution hash

Usage: cardano-cli query tip --socket-path SOCKET_PATH
[--cardano-mode [--epoch-slots SLOTS]]
(--mainnet | --testnet-magic NATURAL)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
Usage: cardano-cli legacy query
( protocol-parameters
| constitution-hash
| tip
| stake-pools
| stake-distribution
Expand All @@ -24,7 +23,6 @@ Available options:

Available commands:
protocol-parameters Get the node's current protocol parameters
constitution-hash Get the constitution hash
tip Get the node's current tip (slot no, hash, block no)
stake-pools Get the node's current set of stake pool ids
stake-distribution Get the node's current aggregated stake distribution
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
Usage: cardano-cli query
( protocol-parameters
| constitution-hash
| tip
| stake-pools
| stake-distribution
Expand All @@ -24,7 +23,6 @@ Available options:

Available commands:
protocol-parameters Get the node's current protocol parameters
constitution-hash Get the constitution hash
tip Get the node's current tip (slot no, hash, block no)
stake-pools Get the node's current set of stake pool ids
stake-distribution Get the node's current aggregated stake distribution
Expand Down

0 comments on commit 63dc923

Please sign in to comment.