Skip to content

Commit

Permalink
Update ante.go
Browse files Browse the repository at this point in the history
  • Loading branch information
tudorpintea999 authored Dec 25, 2024
1 parent 1687893 commit 9e33e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ante/ante.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func buildAnteDecorators(options HandlerOptions, freeLaneFeeChecker func(sdk.Con
ante.NewSetPubKeyDecorator(options.AccountKeeper), // Must be called before signature verification.
ante.NewValidateSigCountDecorator(options.AccountKeeper),
ante.NewSigGasConsumeDecorator(options.AccountKeeper, sigverify.DefaultSigVerificationGasConsumer),
sigverify.NewSigVerificationDecorator(options.AccountKeeper, options.SignModeHandler),
sigverify.NewSigVerificationDecorator(options.AccountKeeper, sigGasConsumer),
ante.NewIncrementSequenceDecorator(options.AccountKeeper),
ibcante.NewRedundantRelayDecorator(options.IBCkeeper),
auctionante.NewAuctionDecorator(options.AuctionKeeper, options.TxEncoder, options.MevLane),
Expand Down

0 comments on commit 9e33e6d

Please sign in to comment.