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 -1
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.