Merge PR #5026: Remove unnecessary account check

This commit is contained in:
Xuefeng Zhu 2019-09-10 13:07:30 -07:00 committed by Alexander Bezobchuk
parent 84627faf79
commit 8ae834727a
1 changed files with 0 additions and 4 deletions

View File

@ -56,10 +56,6 @@ func GetAccountCmd(cdc *codec.Codec) *cobra.Command {
return err
}
if err := accGetter.EnsureExists(key); err != nil {
return err
}
acc, err := accGetter.GetAccount(key)
if err != nil {
return err