Merge PR #2146: x/bank: Keeper Interfaces
* Update banking module to implement and use keeper interfaces * Cleanup/consolidate x/bank keeper interface
This commit is contained in:
committed by
Rigel
parent
173ed6a63d
commit
e13cdc0260
@@ -67,7 +67,7 @@ func NewBasecoinApp(logger log.Logger, db dbm.DB, baseAppOptions ...func(*bam.Ba
|
||||
return &types.AppAccount{}
|
||||
},
|
||||
)
|
||||
app.bankKeeper = bank.NewKeeper(app.accountMapper)
|
||||
app.bankKeeper = bank.NewBaseKeeper(app.accountMapper)
|
||||
app.ibcMapper = ibc.NewMapper(app.cdc, app.keyIBC, app.RegisterCodespace(ibc.DefaultCodespace))
|
||||
|
||||
// register message routes
|
||||
|
||||
Reference in New Issue
Block a user