You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: