Merge PR #2058: comment fix
An outdated comment fixed to be less confusing.
This commit is contained in:
parent
187bc1972a
commit
bce09055b2
|
@ -10,7 +10,7 @@ var _ auth.Account = (*AppAccount)(nil)
|
||||||
|
|
||||||
// AppAccount is a custom extension for this application. It is an example of
|
// AppAccount is a custom extension for this application. It is an example of
|
||||||
// extending auth.BaseAccount with custom fields. It is compatible with the
|
// 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.
|
// library.
|
||||||
type AppAccount struct {
|
type AppAccount struct {
|
||||||
auth.BaseAccount
|
auth.BaseAccount
|
||||||
|
|
Loading…
Reference in New Issue