Merge PR #2058: comment fix

An outdated comment fixed to be less confusing.
This commit is contained in:
Max Levy 2018-08-17 05:56:15 +09:00 committed by Rigel
parent 187bc1972a
commit bce09055b2
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ var _ auth.Account = (*AppAccount)(nil)
// AppAccount is a custom extension for this application. It is an example of
// extending auth.BaseAccount with custom fields. It is compatible with the
// stock auth.AccountStore, since auth.AccountStore uses the flexible go-amino
// stock auth.AccountMapper, since auth.AccountMapper uses the flexible go-amino
// library.
type AppAccount struct {
auth.BaseAccount