From bce09055b2b66f4ba6c81d6e1bc67d7f27793beb Mon Sep 17 00:00:00 2001 From: Max Levy <35595512+maxim-levy@users.noreply.github.com> Date: Fri, 17 Aug 2018 05:56:15 +0900 Subject: [PATCH] Merge PR #2058: comment fix An outdated comment fixed to be less confusing. --- examples/basecoin/types/account.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/basecoin/types/account.go b/examples/basecoin/types/account.go index 671494311..45774ae43 100644 --- a/examples/basecoin/types/account.go +++ b/examples/basecoin/types/account.go @@ -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