Using func type instead of auth.Account as cosmos-sdk has changed
This commit is contained in:
parent
6410d4da15
commit
c1553f57e9
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue