Skip to content

Commit

Permalink
fix: miss feeAbs in ante (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoank101 authored Apr 14, 2024
1 parent b4e2dd2 commit 84b393e
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 @@ -1049,6 +1049,7 @@ func (app *EveApp) setAnteHandler(txConfig client.TxConfig, wasmConfig wasmtypes
FeegrantKeeper: app.FeeGrantKeeper,
SigGasConsumer: ante.DefaultSigVerificationGasConsumer,
},
FeeAbskeeper: app.FeeabsKeeper,
IBCKeeper: app.IBCKeeper,
WasmConfig: &wasmConfig,
WasmKeeper: &app.WasmKeeper,
Expand Down

0 comments on commit 84b393e

Please sign in to comment.