Using func type instead of auth.Account as cosmos-sdk has changed

This commit is contained in:
Sridhar Ganesan 2018-07-16 23:06:16 +02:00
parent 6410d4da15
commit c1553f57e9
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ func NewMyAwesomeProjectApp(logger log.Logger, db dbm.DB) *MyAwesomeProjectApp {
app.accountMapper = auth.NewAccountMapper(
cdc,
app.capKeyAccountStore, // target store
types.ProtoAppAccount(), // prototype
types.ProtoAppAccount, // prototype
)
// Add handlers.