Merge PR #2058: comment fix

An outdated comment fixed to be less confusing.
This commit is contained in:
Max Levy
2018-08-16 16:56:15 -04:00
committed by Rigel
parent 187bc1972a
commit bce09055b2
+1 -1
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