IntersectMBO / cardano-cli

This repository contains sources for the command-line interface (CLI) tool for interacting with the Cardano blockchain.
Apache License 2.0
39 stars 15 forks source link

Same help text for key-gen-cold and key-gen-hot for governance committee subcommand. #794

Closed nabinpkl closed 3 months ago

nabinpkl commented 3 months ago

Description

It is not a bug but an inaccurate description of a subcommand key-gen-hot for the governance committee subcommand.

Steps to Reproduce

CLI Version

cardano-cli 8.23.1.0 - darwin-aarch64 - ghc-8.10
git rev 43149909fc4942e93e14a2686826543a2d9432bf
  1. Run cardano-cli conway governance committee
  2. Output help text contains the same description for both. ...

Additional Context

image

Possible Solution

It should be Create a hot key pair ...

smelc commented 3 months ago

@nabinpkl> thanks for your report :heart_hands: We'll fix it soon.

I am moved seeing that you run cardano-cli on darwin-aarch64 since we typically have lots of trouble generating this binary :slightly_smiling_face: Out of curiosity, do you compile it yourself?

nabinpkl commented 3 months ago

I am moved seeing that you run cardano-cli on darwin-aarch64 since we typically have lots of trouble generating this binary 🙂 Out of curiosity, do you compile it yourself?

No, I used the cardano-cli provided on the nix environment.