address comments

This commit is contained in:
Sunny Aggarwal
2018-07-09 16:06:05 -07:00
parent 9f2f47a0a5
commit 896cd333f0
18 changed files with 93 additions and 96 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ func GetAccountCmd(storeName string, cdc *wire.Codec, decoder auth.AccountDecode
// find the key to look up the account
addr := args[0]
key, err := sdk.GetAccAddressBech32(addr)
key, err := sdk.AccAddressFromBech32(addr)
if err != nil {
return err
}