desmos-labs/cosmos-go-wallet

Typo in error string

Closed this issue · 0 comments

There is a typo in the error string returned when an error occurs while getting chain id:

return "", fmt.Errorf("error while gestting chain id: %s", err)

Here, "gestting" should be "getting".

I'll provide a PR for this.