Skip to content

Commit

Permalink
fix: pass bank keeper to ante handler
Browse files Browse the repository at this point in the history
  • Loading branch information
tgntr committed Dec 4, 2024
1 parent cda8019 commit f402f36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -1100,6 +1100,7 @@ func (app *EveApp) setAnteHandler(txConfig client.TxConfig, wasmConfig wasmtypes
CircuitKeeper: &app.CircuitKeeper,
FeeMarketKeeper: app.FeeMarketKeeper,
AccountKeeper: app.AccountKeeper,
BankKeeper: app.BankKeeper,
},
)
if err != nil {
Expand Down

0 comments on commit f402f36

Please sign in to comment.