Test recover in ante

This commit is contained in:
Aditya Sripal
2018-07-13 10:53:12 -07:00
parent f6d5c85049
commit aa3a64d289
4 changed files with 30 additions and 31 deletions
-1
View File
@@ -78,7 +78,6 @@ func NewBasecoinApp(logger log.Logger, db dbm.DB, baseAppOptions ...func(*bam.Ba
app.SetBeginBlocker(app.BeginBlocker)
app.SetEndBlocker(app.EndBlocker)
app.SetAnteHandler(auth.NewAnteHandler(app.accountMapper, app.feeCollectionKeeper))
app.SetTxDecoder(auth.DefaultTxDecoder(cdc))
// mount the multistore and load the latest state
app.MountStoresIAVL(app.keyMain, app.keyAccount, app.keyIBC)