Merge branch 'master' into cwgoes/stage

This commit is contained in:
Christopher Goes
2018-08-11 15:04:28 +02:00
12 changed files with 132 additions and 572 deletions
+2 -2
View File
@@ -62,8 +62,8 @@ func NewBasecoinApp(logger log.Logger, db dbm.DB, baseAppOptions ...func(*bam.Ba
// define and attach the mappers and keepers
app.accountMapper = auth.NewAccountMapper(
cdc,
app.keyAccount, // target store
func () auth.Account {
app.keyAccount, // target store
func() auth.Account {
return &types.AppAccount{}
},
)