Skip to content

Commit

Permalink
CAD-3928 minor polish
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilBurgess42 committed Mar 11, 2022
1 parent baa9b5e commit ba6ca48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/reference/cardano-node-cli-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The command line interface (CLI) provides a collection of tools for generating k
This section provides a reference of the core `cardano-cli` commands and their associated subcommands:

*cardano-cli*
The set of `cardano-cli` commands include:
The set of `cardano-cli` commands includes:
* `address`: payment address commands
* `stake-address`: stake address commands
* `transaction`: transaction commands
Expand Down Expand Up @@ -42,7 +42,7 @@ The `transaction` command contains the following subcommands:
* `witness`: witnesses a transaction
* `submit`: submits the transaction to the local node whose Unix domain socket is obtained from the CARANO_NODE_SOCKET_PATH environment variable (uses the `--cardano-mode`, `--byron-mode`, `--shelley-mode` flags)
* `calculate-min-fee`: calculates the minimum fee for the transaction
* `calculate-min-required-utxo`: calculates the minimum required ADA for a transaction output
* `calculate-min-required-utxo`: calculates the minimum required ada for a transaction output
* `hash-script-data`: calculates the hash of script data (datums)
* `txid`: retrieves the transaction ID
* `policyid`: retrieves the policy ID
Expand Down Expand Up @@ -110,7 +110,7 @@ The `text-view` command contains the following subcommand:
- Do the counters of the issue counter and operational certificate match?
- Do the counters match what is currently in the node state?
- Does the KES key period specified in your operational certificate fall within the current KES key period?
We essentially check the predicates of the OCERT rule in the cardano-ledger specification, and we print additional diagnostic information as follows:
The Cardano node will check the predicates of the OCERT rule in the cardano-ledger specification, and print additional diagnostic information as follows:
```
✓ The operational certificate counter agrees with the node protocol state counter
✓ Operational certificate's kes period is within the correct KES period interval
Expand Down

0 comments on commit ba6ca48

Please sign in to comment.