forked from cerc-io/laconicd-deprecated
app, docs: update Bech32 HRP to ethm (#476)
* changelog * app, docs: update Bech32 HRP * changelog
This commit is contained in:
@@ -71,7 +71,7 @@ func AddrCmd() *cobra.Command {
|
||||
Short: "Convert an address between hex and bech32",
|
||||
Long: "Convert an address between hex encoding and bech32.",
|
||||
Example: fmt.Sprintf(
|
||||
`$ %s debug addr eth10jmp6sgh4cc6zt3e8gw05wavvejgr5pw2unfju
|
||||
`$ %s debug addr ethm10jmp6sgh4cc6zt3e8gw05wavvejgr5pw2unfju
|
||||
$ %s debug addr 0xA588C66983a81e800Db4dF74564F09f91c026351`, version.AppName, version.AppName),
|
||||
Args: cobra.ExactArgs(1),
|
||||
RunE: func(cmd *cobra.Command, args []string) error {
|
||||
|
||||
Reference in New Issue
Block a user