Skip to content

Commit

Permalink
docs: comment cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
JimLarson authored and michaelfig committed Mar 11, 2024
1 parent 2551258 commit 9ac6222
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion golang/cosmos/ante/ante.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ func NewAnteHandler(opts HandlerOptions) (sdk.AnteHandler, error) {
ante.NewValidateMemoDecorator(opts.AccountKeeper),
ante.NewConsumeGasForTxSizeDecorator(opts.AccountKeeper),
NewInboundDecorator(opts.SwingsetKeeper),
// subsumes former MempoolFeeDecorator
ante.NewDeductFeeDecoratorWithName(opts.AccountKeeper, opts.BankKeeper, opts.FeegrantKeeper, nil, opts.FeeCollectorName),
// SetPubKeyDecorator must be called before all signature verification decorators
ante.NewSetPubKeyDecorator(opts.AccountKeeper),
Expand Down

0 comments on commit 9ac6222

Please sign in to comment.