Skip to content

Commit

Permalink
fix typo in client/keys/show.go
Browse files Browse the repository at this point in the history
Co-authored-by: Sergio Mena <sergio@informal.systems>
  • Loading branch information
marcello33 and sergio-mena authored Feb 21, 2024
1 parent eb1099d commit 4e6b2cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/keys/show.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,5 +197,5 @@ func getHexKeyOut(bechPrefix string) (hexKeyOutFn, error) {
return MkAccKeyOutput, nil
}

return nil, fmt.Errorf("hex encoding doesn't have bch32 prefix, yet provided: %s", bechPrefix)
return nil, fmt.Errorf("hex encoding doesn't have bech32 prefix, yet provided: %s", bechPrefix)
}

0 comments on commit 4e6b2cb

Please sign in to comment.