Skip to content

Commit

Permalink
uncommented consumerante.NewMsgFilterDecorator
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Zavgorodnii committed Apr 18, 2023
1 parent ea0a3a8 commit f971e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ante_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func NewAnteHandler(options HandlerOptions) (sdk.AnteHandler, error) {
wasmkeeper.NewLimitSimulationGasDecorator(options.WasmConfig.SimulationGasLimit), // after setup context to enforce limits early
wasmkeeper.NewCountTXDecorator(options.TXCounterStoreKey),
ante.NewRejectExtensionOptionsDecorator(),
//consumerante.NewMsgFilterDecorator(options.ConsumerKeeper),
consumerante.NewMsgFilterDecorator(options.ConsumerKeeper),
consumerante.NewDisabledModulesDecorator("/cosmos.evidence", "/cosmos.slashing"),
ante.NewMempoolFeeDecorator(),
ante.NewValidateBasicDecorator(),
Expand Down

0 comments on commit f971e79

Please sign in to comment.