Skip to content

Commit

Permalink
remove vfc blocker
Browse files Browse the repository at this point in the history
  • Loading branch information
danwt committed Apr 26, 2024
1 parent 7582994 commit ec34810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ante/handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func newEthAnteHandler(options HandlerOptions) sdk.AnteHandler {
ethante.NewEthSigVerificationDecorator(options.EvmKeeper),
ethante.NewEthAccountVerificationDecorator(options.AccountKeeper, options.EvmKeeper),
ethante.NewCanTransferDecorator(options.EvmKeeper),
ethante.NewVirtualFrontierContractDecorator(options.EvmKeeper), // prevent transfer to virtual frontier contract
// NOTE: the ethermint code has the VFC blocker here, but we don't need it https://github.com/dymensionxyz/rollapp-evm/pull/197#discussion_r1581136564
ethante.NewEthGasConsumeDecorator(options.EvmKeeper, options.MaxTxGasWanted),
ethante.NewEthIncrementSenderSequenceDecorator(options.AccountKeeper), // innermost AnteDecorator.
ethante.NewGasWantedDecorator(options.EvmKeeper, options.FeeMarketKeeper),
Expand Down

0 comments on commit ec34810

Please sign in to comment.