Skip to content

Commit

Permalink
Merge PR #2058: comment fix
Browse files Browse the repository at this point in the history
An outdated comment fixed to be less confusing.
  • Loading branch information
maxim-levy authored and rigelrozanski committed Aug 16, 2018
1 parent 187bc19 commit bce0905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/basecoin/types/account.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bce0905

Please sign in to comment.