The help text for horcrux address (as of v3.3.0) is as follows:
$ horcrux address --help
Get public key hex address and valcons address
Usage:
horcrux address chain-id [bech32] [flags]
Examples:
horcrux cosigner address cosmos
Flags:
-h, --help help for address
Global Flags:
--home string Directory for config and data (default is $HOME/.horcrux)
However, the example listed,
horcrux cosigner address cosmos
is not a valid command because horcrux does not have a cosigner subcommand. I suspect this is vestigial from a previous version of the CLI?
The help text for
horcrux address
(as of v3.3.0) is as follows:However, the example listed,
is not a valid command because
horcrux
does not have acosigner
subcommand. I suspect this is vestigial from a previous version of the CLI?